mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Added newline
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php die('Only to be used as an helper for your IDE');
|
||||
|
||||
class App{
|
||||
/**
|
||||
* @var Illuminate\Foundation\Application $realClass
|
||||
|
||||
@@ -80,7 +80,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";
|
||||
$output = "<?php die('Only to be used as an helper for your IDE');\n\n";
|
||||
|
||||
foreach($aliases as $alias => $className){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user