This commit is contained in:
2021-09-29 10:29:31 +08:00
parent 509f7eb89c
commit 089117ca85
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class Gii
$this->input = $input;
$this->db = $db;
$make = $this->input->getArgument('make');
$make = $this->input->getArgument('action');
if (empty($make)) {
throw new Exception('构建类型不能为空~');
}