moved input over to httpfoundation.

This commit is contained in:
Taylor Otwell
2012-03-28 23:46:16 -05:00
parent bcd3bd8591
commit 77fe8b6706
4 changed files with 34 additions and 91 deletions

View File

@@ -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();
}