diff --git a/Annotation/Annotation.php b/Annotation/Annotation.php index 7780d5ac..957e8344 100644 --- a/Annotation/Annotation.php +++ b/Annotation/Annotation.php @@ -105,6 +105,8 @@ class Annotation extends Component */ private function getReflect(string $class, string $alias): array { + var_dump($class); + $reflect = $this->reflectClass($class); if ($reflect->isInstantiable()) { $object = $reflect->newInstance();