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