mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Small tweaks
This commit is contained in:
@@ -92,7 +92,7 @@ class GeneratorCommand extends Command {
|
||||
$d->setAllowInherited(true);
|
||||
$d->setMethodFilter(\ReflectionMethod::IS_PUBLIC);
|
||||
|
||||
$output = "<?php die('Only to be used as an helper for your IDE');\n\n";
|
||||
$output = "<?php\nnamespace {\n\tdie('Only to be used as an helper for your IDE');\n}\n\n";
|
||||
|
||||
foreach($aliases as $alias => $facade){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user