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