Skip to content

Commit

Permalink
Fix Class name
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse authored Mar 26, 2022
1 parent 789ddf0 commit 4cc3c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata/PdfReactorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

class ExportPdfReactorCommand extends AbstractCommand
class PdfReactorCommand extends AbstractCommand
{
protected function configure(): void
{
Expand Down

0 comments on commit 4cc3c7e

Please sign in to comment.