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