From 6e7fe741305bf437ecd1296137098e6177567e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 28 Feb 2022 10:31:44 +0800 Subject: [PATCH] modify plugin name --- function.php | 1 + 1 file changed, 1 insertion(+) diff --git a/function.php b/function.php index f435d46f..11ce665f 100644 --- a/function.php +++ b/function.php @@ -253,6 +253,7 @@ if (!function_exists('injectRuntime')) { $value->execute($class); } + $methods = $target->getMethodsAttribute(); foreach ($methods as $method => $attribute) { /** @var ReflectionAttribute $item */