This commit is contained in:
as2252258@163.com
2021-08-29 05:57:03 +08:00
parent eee07bbc46
commit 0456469c60
+1 -1
View File
@@ -587,7 +587,7 @@ class Router extends HttpService implements RouterInterface
continue;
}
foreach ($attribute as $item) {
$item['class']::execute((object)$item['params'], $class, $method);
$item->execute($class, $method);
}
}
}