Skip to content

Commit

Permalink
Update MatrixCommand.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jun 4, 2022
1 parent b081981 commit 2d951fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/MatrixCommand.php
Expand Up @@ -30,7 +30,7 @@ protected function configure(): void
protected function execute(InputInterface $input, OutputInterface $output): int
{
$generateMatrixEvent = $this->dispatcher->dispatch(
new GenerateMatrixEvent($this->dispatcher, $input, $this->output)
new GenerateMatrixEvent($this->dispatcher, $input, $this->symfonyStyle)
);

$this->dispatcher->dispatch(
Expand Down

0 comments on commit 2d951fd

Please sign in to comment.