@@ -70,7 +70,7 @@ |
||
70 | 70 | if (isset($headers['X-HTTP-Method-Override']) && |
71 | 71 | in_array($headers['X-HTTP-Method-Override'], ['PUT', 'DELETE', 'PATCH', 'OPTIONS', 'HEAD'])) { |
72 | 72 | $method = $headers['X-HTTP-Method-Override']; |
73 | - } elseif (! empty($_POST['_method'])) { |
|
73 | + } elseif (!empty($_POST['_method'])) { |
|
74 | 74 | $method = strtoupper($_POST['_method']); |
75 | 75 | } |
76 | 76 | } |