modify plugin name
This commit is contained in:
+1
-1
@@ -256,7 +256,7 @@ if (!function_exists('injectRuntime')) {
|
|||||||
$methods = $target->getMethodsAttribute();
|
$methods = $target->getMethodsAttribute();
|
||||||
foreach ($methods as $method => $attribute) {
|
foreach ($methods as $method => $attribute) {
|
||||||
|
|
||||||
var_dump($class::class, $method);
|
var_dump($class, $method);
|
||||||
|
|
||||||
foreach ($attribute as $item) {
|
foreach ($attribute as $item) {
|
||||||
$item = $item->newInstance();
|
$item = $item->newInstance();
|
||||||
|
|||||||
Reference in New Issue
Block a user