This commit is contained in:
2021-01-19 20:14:10 +08:00
parent b9f7682de8
commit f455c439de
+1 -2
View File
@@ -166,8 +166,7 @@ class ' . $managerName . ' extends ActiveRecord
$attributes = $val->getAttributes();
if (!empty($attributes)) {
foreach ($attributes as $attribute) {
$over .= "
#[\\" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')]
$over .= " #[\\" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')]
";
}
}