diff --git a/Gii/GiiModel.php b/Gii/GiiModel.php index 97218f3c..bc937b74 100644 --- a/Gii/GiiModel.php +++ b/Gii/GiiModel.php @@ -168,8 +168,7 @@ class ' . $managerName . ' extends ActiveRecord foreach ($attributes as $attribute) { $over .= " #[\\" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')] - - "; +"; } }