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