This commit is contained in:
2020-09-08 19:18:55 +08:00
parent 73399aad45
commit bffc6232d3
+1
View File
@@ -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);