From 830dfc9bfd86e33fe68aa4b7535c75911b1db0a6 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 3 May 2021 04:04:12 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index a7e42c8c..16605735 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -349,6 +349,7 @@ class Loader extends BaseObject continue; } + var_export($annotations['handler']); $class = $this->newInstance($annotations['handler']); /** @var \Annotation\Attribute $value */ foreach ($annotations['target'] ?? [] as $value) {