Skip to content

Commit

Permalink
Remove patch code
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Feb 7, 2015
1 parent 5a0d96a commit 0990487
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions artisan
Expand Up @@ -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
Expand All @@ -46,8 +35,6 @@ $status = $kernel->handle(
new Symfony\Component\Console\Output\ConsoleOutput
);



/*
|--------------------------------------------------------------------------
| Shutdown The Application
Expand Down

0 comments on commit 0990487

Please sign in to comment.