Skip to content

Commit

Permalink
Merge ca57010 into a9e3720
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeiropaulor committed May 29, 2020
2 parents a9e3720 + ca57010 commit e2e990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/DropDatabaseDoctrineCommand.php
Expand Up @@ -74,7 +74,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
foreach ($shards as $shard) {
if ($shard['id'] === (int) $input->getOption('shard')) {
// Select sharded database
$params = $shard;
$params = array_merge($params, $shard);
unset($params['id']);
break;
}
Expand Down

0 comments on commit e2e990a

Please sign in to comment.