This commit is contained in:
2023-10-17 21:10:49 +08:00
parent 30f6266e7b
commit d5750a826b
+1
View File
@@ -240,6 +240,7 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
* @param string $path
* @param string $method
* @return HttpRequestHandler
* @throws ReflectionException
*/
public function query(string $path, string $method): HttpRequestHandler
{