From bffc6232d3638fe3d086931b2bd644ba7fadfe6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 8 Sep 2020 19:18:55 +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/Gii.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Gii/Gii.php b/Gii/Gii.php index e010c7d7..a2de1c78 100644 --- a/Gii/Gii.php +++ b/Gii/Gii.php @@ -63,6 +63,7 @@ class Gii switch ($make) { case 'task': $task = new GiiTask(); + $task->setInput($this->input); return $task->generate(); default: return $this->getModel($make, $input);