modify plugin name

This commit is contained in:
2022-02-27 18:19:35 +08:00
parent 99250b3e03
commit 696db2ec66
+3
View File
@@ -266,6 +266,9 @@ if (!function_exists('injectRuntime')) {
if (!method_exists($item, 'execute')) {
continue;
}
if ($item instanceof \Kiri\Annotation\Route\Middleware) {
var_dump($class::class, $method);
}
$item->execute($class, $method);
}
}