Skip to content

Commit

Permalink
issue #16 - another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pounard committed Oct 6, 2023
1 parent 2e2f4f9 commit 5d5a901
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ services:
class: MakinaCorpus\DbToolsBundle\Command\RestoreCommand
arguments:
- '%doctrine.default_connection%'
- '%db_tools.excluded_tables%'
- '@db_tools.restorer.factory.registry'
- '@db_tools.storage'
tags: ['console.command']
Expand Down
2 changes: 0 additions & 2 deletions src/Command/RestoreCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class RestoreCommand extends Command

public function __construct(
string $defaultConnectionName,
/** @phpstan-ignore-next-line */
private array $excludedTables,
private RestorerFactoryRegistry $restorerFactory,
private DbToolsStorage $storage,
) {
Expand Down

0 comments on commit 5d5a901

Please sign in to comment.