This commit is contained in:
2021-09-29 10:30:36 +08:00
parent 089117ca85
commit e1963fafcd
+1 -1
View File
@@ -59,7 +59,7 @@ class GiiCommand extends Command
// } // }
$array = []; $array = [];
foreach (Config::get('databases') as $key => $connection) { foreach (Config::get('databases.connections') as $key => $connection) {
$array[$key] = $gii->run($connections->get($key), $input); $array[$key] = $gii->run($connections->get($key), $input);
} }
return $array; return $array;