From 6eb797f5ff27b066f4c22670f9103d514f82352e Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 16 Mar 2015 14:28:03 +0100 Subject: [PATCH] Remove contracts from L4 version --- src/Console/MetaCommand.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Console/MetaCommand.php b/src/Console/MetaCommand.php index 36e34da..30c898a 100644 --- a/src/Console/MetaCommand.php +++ b/src/Console/MetaCommand.php @@ -43,8 +43,6 @@ 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',