modify plugin name

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