From b9f7682de8afa72c7f8fede1b51f6dbf474581bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 19 Jan 2021 20:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gii/GiiModel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()) . "')] - - "; +"; } }