Commit 3d533f03 authored by Taylor Otwell's avatar Taylor Otwell

Fix method override.

parent b9cf8dfb
...@@ -154,8 +154,12 @@ if (magic_quotes()) ...@@ -154,8 +154,12 @@ if (magic_quotes())
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment