Skip to content

Commit

Permalink
Doc: Fix recipe code example
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek authored Nov 9, 2023
1 parent a4d4d57 commit 142f306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ use Symfony\Component\Console\Style\SymfonyStyle;

$output = new SymfonyStyle($input, $output);
$progressBar = $output->createProgressBar();
$executor = (new EtlExecutor())->withRecipe(new ProgressBarRecipe());
$executor = (new EtlExecutor())->withRecipe(new ProgressBarRecipe($progressBar));
```

Contribute
Expand Down

0 comments on commit 142f306

Please sign in to comment.