This commit is contained in:
2021-01-19 20:12:29 +08:00
parent 14d58128cf
commit bd8fabb5ab
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -167,7 +167,8 @@ class ' . $managerName . ' extends ActiveRecord
if (!empty($attributes)) {
foreach ($attributes as $attribute) {
$over .= "
#[\"" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')]
#[\\" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')]
";
}
}