改名
This commit is contained in:
@@ -166,6 +166,9 @@ class Loader extends BaseObject
|
|||||||
if ($attribute->getName() == Attribute::class) {
|
if ($attribute->getName() == Attribute::class) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if ($attribute->getName() == Target::class) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
$_array['target'][] = $attribute->newInstance();
|
$_array['target'][] = $attribute->newInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user