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