We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de6f74 commit 6190070Copy full SHA for 6190070
1 file changed
Migrate/Command/AbstractEnvCommand.php
@@ -80,7 +80,7 @@ protected function init(InputInterface $input, OutputInterface $output, $env = n
80
$dbname = ArrayUtil::get($conf['connection'], 'database');
81
$username = ArrayUtil::get($conf['connection'], 'username');
82
$password = ArrayUtil::get($conf['connection'], 'password');
83
- $charset = ArrayUtil::get($conf['charset'], 'charset');
+ $charset = ArrayUtil::get($conf['connection'], 'charset');
84
85
$uri = $driver;
86
0 commit comments