qqq
This commit is contained in:
@@ -141,8 +141,8 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
|
|||||||
* @param string $method
|
* @param string $method
|
||||||
* @param Handler $handler
|
* @param Handler $handler
|
||||||
* @return void
|
* @return void
|
||||||
* @throws ReflectionException
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function register(string $path, string $method, Handler $handler): void
|
public function register(string $path, string $method, Handler $handler): void
|
||||||
{
|
{
|
||||||
$hashMap = HashMap::Tree($this->methods, $method);
|
$hashMap = HashMap::Tree($this->methods, $method);
|
||||||
|
|||||||
Reference in New Issue
Block a user