Skip to content

Commit 6190070

Browse files
author
xiaodong.li
committed
fix
1 parent 7de6f74 commit 6190070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Migrate/Command/AbstractEnvCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function init(InputInterface $input, OutputInterface $output, $env = n
8080
$dbname = ArrayUtil::get($conf['connection'], 'database');
8181
$username = ArrayUtil::get($conf['connection'], 'username');
8282
$password = ArrayUtil::get($conf['connection'], 'password');
83-
$charset = ArrayUtil::get($conf['charset'], 'charset');
83+
$charset = ArrayUtil::get($conf['connection'], 'charset');
8484

8585
$uri = $driver;
8686

0 commit comments

Comments
 (0)