From eab01dee1b91fad80cee7af9becaedfe2185d513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 28 Feb 2022 10:29:20 +0800 Subject: [PATCH] modify plugin name --- function.php | 1 - 1 file changed, 1 deletion(-) diff --git a/function.php b/function.php index 4360492d..f435d46f 100644 --- a/function.php +++ b/function.php @@ -260,7 +260,6 @@ if (!function_exists('injectRuntime')) { if (!class_exists($item->getName())) { continue; } - var_export($item); $item = $item->newInstance(); if ($item instanceof Route) { $router[] = [$item, $class, $method];