modify plugin name

This commit is contained in:
2022-02-28 10:29:20 +08:00
parent 7ac19eb76b
commit eab01dee1b
-1
View File
@@ -260,7 +260,6 @@ if (!function_exists('injectRuntime')) {
if (!class_exists($item->getName())) {
continue;
}
var_export($item);
$item = $item->newInstance();
if ($item instanceof Route) {
$router[] = [$item, $class, $method];