Remove patch code
This commit is contained in:
parent
5a0d96af8d
commit
0990487359
13
artisan
13
artisan
|
|
@ -17,17 +17,6 @@ require __DIR__.'/bootstrap/autoload.php';
|
||||||
|
|
||||||
$app = require_once __DIR__.'/bootstrap/app.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
|
| Run The Artisan Application
|
||||||
|
|
@ -46,8 +35,6 @@ $status = $kernel->handle(
|
||||||
new Symfony\Component\Console\Output\ConsoleOutput
|
new Symfony\Component\Console\Output\ConsoleOutput
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Shutdown The Application
|
| Shutdown The Application
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue