From fd47bad47fea1c03a020d91d5eaa8c993dc8f6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 13 Apr 2021 16:47:15 +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/GiiController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Gii/GiiController.php b/Gii/GiiController.php index 0430ad63..89fc9bf9 100644 --- a/Gii/GiiController.php +++ b/Gii/GiiController.php @@ -507,7 +507,6 @@ use {$model_namespace}\\{$managerName}; $html = ''; $length = $this->getMaxLength($fields); - foreach ($fields as $key => $val) { preg_match('/\d+/', $val['Type'], $number);