This commit is contained in:
as2252258@163.com
2021-04-24 20:23:52 +08:00
parent 63741bacbb
commit 8cc6b61e84
-1
View File
@@ -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;
}