This commit is contained in:
xl
2023-05-26 11:23:21 +08:00
parent e1922193a9
commit 5ce84bf3b9
+1 -2
View File
@@ -67,8 +67,7 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
* @param array $method * @param array $method
* @param string $route * @param string $route
* @param string|array|Closure $closure * @param string|array|Closure $closure
* @throws ReflectionException */
*/
public function addRoute(array $method, string $route, string|array|Closure $closure): void public function addRoute(array $method, string $route, string|array|Closure $closure): void
{ {
try { try {