改名
This commit is contained in:
+5
-3
@@ -56,9 +56,11 @@ class Gii
|
|||||||
*/
|
*/
|
||||||
public function run(?Connection $db, $input): array
|
public function run(?Connection $db, $input): array
|
||||||
{
|
{
|
||||||
return [go(function () use ($db, $input) {
|
return [
|
||||||
return $this->gen($db, $input);
|
go(function () use ($db, $input) {
|
||||||
})];
|
return $this->gen($input, $db);
|
||||||
|
})
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user