From 0990487359fbdc95c41e0beddfcfb386bac23302 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 7 Feb 2015 14:12:20 +1100 Subject: [PATCH] Remove patch code --- artisan | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/artisan b/artisan index 4911ffc22..961e94d0b 100644 --- a/artisan +++ b/artisan @@ -17,17 +17,6 @@ require __DIR__.'/bootstrap/autoload.php'; $app = require_once __DIR__.'/bootstrap/app.php'; - - -// !!!!! -// @todo L5 temporary code to share the Request facade -$app->bindShared('request', function(){ - return Illuminate\Http\Request::capture(); -}); -// !!!!! - - - /* |-------------------------------------------------------------------------- | Run The Artisan Application @@ -46,8 +35,6 @@ $status = $kernel->handle( new Symfony\Component\Console\Output\ConsoleOutput ); - - /* |-------------------------------------------------------------------------- | Shutdown The Application