diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 533f8074..1cd3814b 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -173,7 +173,8 @@ class Loader extends BaseObject $replace = Snowflake::getDi()->getReflect($this->explodeFileName($path, $namespace)); - var_dump($replace->getName() . '::' . $replace->getAttributes(Target::class)); + var_dump($replace->getName()); + var_dump($replace->getAttributes(Target::class)); if (empty($replace) || !$replace->getAttributes(Target::class)) { return;