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]);