This commit is contained in:
2021-01-19 20:13:34 +08:00
parent 37038a8b0a
commit b9f7682de8
+1 -2
View File
@@ -168,8 +168,7 @@ class ' . $managerName . ' extends ActiveRecord
foreach ($attributes as $attribute) {
$over .= "
#[\\" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')]
";
";
}
}