From a06182ef5bb88ab09c525d93f7e1b29f34db1d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 19 Jan 2021 20:22:54 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gii/GiiModel.php b/Gii/GiiModel.php index 4d95cc95..a0c27da1 100644 --- a/Gii/GiiModel.php +++ b/Gii/GiiModel.php @@ -130,13 +130,13 @@ class ' . $managerName . ' extends ActiveRecord if ($property->isStatic()) { $html .= ' - ' . $debug . ' static ' . $type; + ' . $debug . ' static' . $type; } else { if ($key == 'primary') { continue; } $html .= ' - ' . $debug . ' ' . $type; + ' . $debug . $type; } }