modify plugin name

This commit is contained in:
2022-02-27 18:23:05 +08:00
parent 215b3ced71
commit 6bc1b9238e
+1 -1
View File
@@ -256,7 +256,7 @@ if (!function_exists('injectRuntime')) {
$methods = $target->getMethodsAttribute();
foreach ($methods as $method => $attribute) {
var_dump($class::class, $method);
var_dump($class, $method);
foreach ($attribute as $item) {
$item = $item->newInstance();