This commit is contained in:
2020-09-11 18:59:50 +08:00
parent fd29d13301
commit 8c744704a3
+1 -1
View File
@@ -60,7 +60,7 @@ class Gii
if (empty($make)) {
throw new Exception('构建类型不能为空~');
}
switch ($make) {
switch (strtolower($make)) {
case 'task':
$task = new GiiTask();
$task->setInput($this->input);