@@ -28,7 +28,7 @@ |
||
28 | 28 | |
29 | 29 | public function spoofedMethod() |
30 | 30 | { |
31 | - return in_array($this->method, ['put', 'patch', 'delete']); |
|
31 | + return in_array($this->method, [ 'put', 'patch', 'delete' ]); |
|
32 | 32 | } |
33 | 33 | public function render() |
34 | 34 | { |