Update meta file

This commit is contained in:
Barry vd. Heuvel
2015-06-18 14:58:06 +02:00
parent 8515b7ac0b
commit 3a4671f3ea
2 changed files with 8 additions and 12 deletions
+4 -6
View File
@@ -43,12 +43,10 @@ class MetaCommand extends Command {
protected $view;
protected $methods = [
'\Illuminate\Foundation\Application::make',
'\Illuminate\Contracts\Foundation\Application::make',
'\Illuminate\Contracts\Container\Container::make',
'\Illuminate\Container\Container::make',
'\App::make',
'app',
'new \Illuminate\Contracts\Container\Container',
'\Illuminate\Contracts\Container\Container::make(\'\')',
'\App::make(\'\')',
'app(\'\')',
];
/**