eee
This commit is contained in:
@@ -273,7 +273,6 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
|
|||||||
*/
|
*/
|
||||||
public function query(string $path, string $method): HttpRequestHandler
|
public function query(string $path, string $method): HttpRequestHandler
|
||||||
{
|
{
|
||||||
var_dump($this->httpHandler, $method . '_' . $path);
|
|
||||||
return $this->httpHandler[$method . '_' . $path] ?? new HttpRequestHandler([], $this->found);
|
return $this->httpHandler[$method . '_' . $path] ?? new HttpRequestHandler([], $this->found);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user