Remove patch code

This commit is contained in:
Samuel Georges 2015-02-07 14:12:20 +11:00
parent 5a0d96af8d
commit 0990487359
1 changed files with 0 additions and 13 deletions

13
artisan
View File

@ -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