Skip to content

Commit 3d533f0

Browse files
committed
Fix method override.
1 parent b9cf8df commit 3d533f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

laravel/core.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,12 @@
154154

155155
use Symfony\Component\HttpFoundation\LaravelRequest as RequestFoundation;
156156

157+
RequestFoundation::enableHttpMethodParameterOverride();
158+
157159
Request::$foundation = RequestFoundation::createFromGlobals();
158160

161+
162+
159163
/*
160164
|--------------------------------------------------------------------------
161165
| Determine The Application Environment

0 commit comments

Comments
 (0)