This commit is contained in:
as2252258@163.com
2021-05-02 04:35:56 +08:00
parent de1c0be1a4
commit a906ac187c
-1
View File
@@ -306,7 +306,6 @@ class Loader extends BaseObject
$annotation = Snowflake::getAnnotation();
foreach ($classes as $className) {
$annotations = $this->_classes[$className] ?? null;
var_export($annotations);
if ($annotations === null) {
continue;
}