modify plugin name
This commit is contained in:
@@ -255,9 +255,6 @@ if (!function_exists('injectRuntime')) {
|
|||||||
|
|
||||||
$methods = $target->getMethodsAttribute();
|
$methods = $target->getMethodsAttribute();
|
||||||
foreach ($methods as $method => $attribute) {
|
foreach ($methods as $method => $attribute) {
|
||||||
// if (str_contains($class, 'SiteController')) {
|
|
||||||
// echo $class, ' ', $method, ' ', var_export($attribute, 'true'), PHP_EOL;
|
|
||||||
// }
|
|
||||||
/** @var ReflectionAttribute $item */
|
/** @var ReflectionAttribute $item */
|
||||||
foreach ($attribute as $item) {
|
foreach ($attribute as $item) {
|
||||||
if (!class_exists($item->getName())) {
|
if (!class_exists($item->getName())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user