@@ -159,7 +159,7 @@ |
||
| 159 | 159 | |
| 160 | 160 | private function fullMatch($pattern, $methods) |
| 161 | 161 | { |
| 162 | - return $this->isMatchingPattern($pattern) && $this->app->request->isMatchingRequestMethod($methods); |
|
| 162 | + return $this->isMatchingPattern($pattern) && $this->app->request->isMatchingRequestMethod($methods); |
|
| 163 | 163 | } |
| 164 | 164 | |
| 165 | 165 | private function isMatchingPattern($pattern) |
@@ -357,7 +357,7 @@ |
||
| 357 | 357 | $methods = ['GET']; |
| 358 | 358 | } |
| 359 | 359 | |
| 360 | - foreach($methods as $method) { |
|
| 360 | + foreach ($methods as $method) { |
|
| 361 | 361 | |
| 362 | 362 | if ($this->method() == strtoupper($method)) { |
| 363 | 363 | |