moved input over to httpfoundation.
This commit is contained in:
@@ -161,19 +161,4 @@ $bundles = require path('app').'bundles'.EXT;
|
||||
foreach ($bundles as $bundle => $config)
|
||||
{
|
||||
Bundle::register($bundle, $config);
|
||||
}
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Register The Laravel Bundles
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Finally we will register all of the bundles that have been defined for
|
||||
| the application. None of them will be started, yet but will be setup
|
||||
| so that they may be started by the develop at any time.
|
||||
|
|
||||
*/
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request as FoundationRequest;
|
||||
|
||||
Request::$foundation = FoundationRequest::createFromGlobals();
|
||||
}
|
||||
Reference in New Issue
Block a user