Fix method override.
This commit is contained in:
parent
b9cf8dfb71
commit
3d533f03e6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue