改名
This commit is contained in:
+2
-1
@@ -162,7 +162,8 @@ class ' . $managerName . ' extends ActiveRecord
|
||||
if (!empty($attributes)) {
|
||||
foreach ($attributes as $attribute) {
|
||||
$over .= "
|
||||
#[" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')]";
|
||||
#[\"" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')]
|
||||
";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user