From 765a274c052a3b521a6d2d2c439523ad3fcc2fe0 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 16 Mar 2015 14:26:28 +0100 Subject: [PATCH] More methods --- src/Console/MetaCommand.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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', ]; /**