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) {