Merge pull request #361 from cnanney/patch-1

Use FQN for app() methods
This commit is contained in:
Barry vd. Heuvel
2016-06-29 21:27:36 +02:00
committed by GitHub
+1 -1
View File
@@ -47,7 +47,7 @@ class MetaCommand extends Command
'new \Illuminate\Contracts\Container\Container',
'\Illuminate\Contracts\Container\Container::make(\'\')',
'\App::make(\'\')',
'app(\'\')',
'\app(\'\')',
];
/**