This commit is contained in:
xl
2023-05-26 11:38:36 +08:00
parent 7bffa008d5
commit d980f35f9b
+1 -1
View File
@@ -141,7 +141,7 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
* @param string $method
* @param Handler $handler
* @return void
* @throws ReflectionException
* @throws Exception
*/
public function register(string $path, string $method, Handler $handler): void
{