modify plugin name
This commit is contained in:
+2
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user