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