Fix method override.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user