From 696db2ec666cf682d236d6522c9a732d1e6d2fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 27 Feb 2022 18:19:35 +0800 Subject: [PATCH] modify plugin name --- function.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/function.php b/function.php index 80aa8a22..d697747f 100644 --- a/function.php +++ b/function.php @@ -266,6 +266,9 @@ if (!function_exists('injectRuntime')) { if (!method_exists($item, 'execute')) { continue; } + if ($item instanceof \Kiri\Annotation\Route\Middleware) { + var_dump($class::class, $method); + } $item->execute($class, $method); } }