diff --git a/Annotation/Loader.php b/Annotation/Loader.php index bd485dc4..337b5afc 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -175,7 +175,6 @@ class Loader extends BaseObject } $replace = Snowflake::getDi()->getReflect($this->explodeFileName($path, $namespace)); - if (empty($replace) || count($replace->getAttributes(Target::class)) < 1) { return; }