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