converting to httpfoundation response.

This commit is contained in:
Taylor Otwell
2012-03-28 17:11:55 -05:00
parent 573725ade7
commit 89766bef84
4 changed files with 53 additions and 135 deletions

View File

@@ -176,4 +176,4 @@ foreach ($bundles as $bundle => $config)
use Symfony\Component\HttpFoundation\Request as FoundationRequest;
Request::$request = FoundationRequest::createFromGlobals();
Request::$foundation = FoundationRequest::createFromGlobals();