Fix method override.

This commit is contained in:
Taylor Otwell 2013-05-04 19:25:53 -05:00
parent b9cf8dfb71
commit 3d533f03e6
1 changed files with 4 additions and 0 deletions

View File

@ -154,8 +154,12 @@
use Symfony\Component\HttpFoundation\LaravelRequest as RequestFoundation; use Symfony\Component\HttpFoundation\LaravelRequest as RequestFoundation;
RequestFoundation::enableHttpMethodParameterOverride();
Request::$foundation = RequestFoundation::createFromGlobals(); Request::$foundation = RequestFoundation::createFromGlobals();
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Determine The Application Environment | Determine The Application Environment