修改安装命令

This commit is contained in:
wuyanwen
2019-12-14 14:58:08 +08:00
parent e35a76a80e
commit 1ce4c7122a
3 changed files with 33 additions and 9 deletions

View File

@@ -157,7 +157,9 @@ class BackupCommand extends Command
\PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => false
];
\config($connections,'database');
\config([
'connections' => $connections,
],'database.connections');
}