This commit is contained in:
2021-04-16 15:18:38 +08:00
parent 8f801eee28
commit 167114e150
+3
View File
@@ -166,6 +166,9 @@ class Loader extends BaseObject
if ($attribute->getName() == Attribute::class) {
continue;
}
if ($attribute->getName() == Target::class) {
continue;
}
$_array['target'][] = $attribute->newInstance();
}