diff --git a/src/Console/MetaCommand.php b/src/Console/MetaCommand.php index 7b766f6..349aeab 100644 --- a/src/Console/MetaCommand.php +++ b/src/Console/MetaCommand.php @@ -43,8 +43,11 @@ class MetaCommand extends Command { protected $methods = [ '\Illuminate\Foundation\Application::make', + '\Illuminate\Contracts\Foundation\Application::make', + '\Illuminate\Contracts\Container\Container::make', + '\Illuminate\Container\Container::make', '\App::make', - 'app' + 'app', ]; /**