From 66a76c3fb147e231a255d81aec5d531d8f6617af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 27 Feb 2022 18:26:57 +0800 Subject: [PATCH] modify plugin name --- function.php | 1 - 1 file changed, 1 deletion(-) diff --git a/function.php b/function.php index e1b43329..40b0c982 100644 --- a/function.php +++ b/function.php @@ -256,7 +256,6 @@ if (!function_exists('injectRuntime')) { $methods = $target->getMethodsAttribute(); foreach ($methods as $method => $attribute) { - echo $class, ' ', $method, PHP_EOL; foreach ($attribute as $item) {