From 96cbb09b288e6017d1c99ec353584593425838f9 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 2 May 2021 04:32:18 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index c20d8c71..04ad5b44 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -311,10 +311,10 @@ class Loader extends BaseObject if ($annotations === null) { continue; } + var_export($annotations); if (($reflect = $this->getRelect($annotations)) === null) { continue; } - var_export($reflect); $class = $reflect->newInstance(); foreach ($annotations['target'] ?? [] as $value) { $value->execute([$class]);