modify plugin name

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