Skip to content

Commit

Permalink
Update ConvertType.php again
Browse files Browse the repository at this point in the history
So embarrasing, sorry.. Creating new account, trying to get everything right - and commiting the wrong file.. Sorry!
This is the correction.

Signed-off-by: lwenderoth <l.wenderoth@gmx.de>
  • Loading branch information
lwenderoth committed Aug 1, 2024
1 parent 443cd29 commit 76a3bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/Db/ConvertType.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ protected function createSchema(Connection $fromDB, Connection $toDB, InputInter

protected function getToDBConnection(InputInterface $input, OutputInterface $output) {
$type = $input->getArgument('type');
$connectionParams = $this->connectionFactory->createDefaultConnectionParams($type);
$connectionParams = $this->connectionFactory->getDefaultConnectionParams($type);
$connectionParams = array_merge($connectionParams, [
'host' => $input->getArgument('hostname'),
'user' => $input->getArgument('username'),
Expand Down

0 comments on commit 76a3bb1

Please sign in to comment.