From 7ac19eb76bb42f24a01eaa9d9fff2f54c9b40bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 28 Feb 2022 10:24:37 +0800 Subject: [PATCH] modify plugin name --- function.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/function.php b/function.php index 3716bc60..4360492d 100644 --- a/function.php +++ b/function.php @@ -255,9 +255,6 @@ if (!function_exists('injectRuntime')) { $methods = $target->getMethodsAttribute(); foreach ($methods as $method => $attribute) { -// if (str_contains($class, 'SiteController')) { -// echo $class, ' ', $method, ' ', var_export($attribute, 'true'), PHP_EOL; -// } /** @var ReflectionAttribute $item */ foreach ($attribute as $item) { if (!class_exists($item->getName())) {