@@ -61,6 +61,10 @@ |
||
61 | 61 | return str_replace('/', '.', $this->getMatchedLimitPath($request)); |
62 | 62 | } |
63 | 63 | |
64 | + /** |
|
65 | + * @param string $path |
|
66 | + * @param string $method |
|
67 | + */ |
|
64 | 68 | private function requestMatched($pathLimit, $path, $method) |
65 | 69 | { |
66 | 70 | return $this->methodMatched($pathLimit['methods'], $method) |