This commit is contained in:
xl
2023-06-12 17:44:04 +08:00
parent 6a30446d1c
commit 2d89f876ed
+2 -2
View File
@@ -228,8 +228,8 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
}
}
/** @var HashMap $parent */
$parent = $parent->get($path, $this->default);
// /** @var HashMap $parent */
// $parent = $parent->get($path, $this->default);
return $parent->get('handler');
}