This commit is contained in:
as2252258@163.com
2021-08-29 04:06:49 +08:00
parent 9da50baed0
commit 133ca2c273
21 changed files with 356 additions and 495 deletions
+1 -1
View File
@@ -587,7 +587,7 @@ class Router extends HttpService implements RouterInterface
continue;
}
foreach ($attribute as $item) {
$item->execute($class, $method);
$item['class']::execute((object)$item['params'], $class, $method);
}
}
}