From 57a9544a4bd73ed0820f80c4e1c8040b35c567d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 19 Jan 2021 20:05:12 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gii/GiiModel.php b/Gii/GiiModel.php index 3012b248..2ef1837d 100644 --- a/Gii/GiiModel.php +++ b/Gii/GiiModel.php @@ -158,7 +158,7 @@ class ' . $managerName . ' extends ActiveRecord $over = " " . $val->getDocComment() . "\n"; - $attributes = $val->getAttributes($class); + $attributes = $val->getAttributes(); if (!empty($attributes)) { foreach ($attributes as $attribute) { $over .= "