Skip to content

Commit

Permalink
Update SpeakersExpensesFilesCleanCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz authored Apr 13, 2023
1 parent 3a8d333 commit e349af9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ class SpeakersExpensesFilesCleanCommand extends ContainerAwareCommand
{
protected function configure()
{
$this
->setName('speaker:expenses-files-clean')
;
$this->setName('speaker:expenses-files-clean');
}

protected function execute(InputInterface $input, OutputInterface $output)
Expand Down

0 comments on commit e349af9

Please sign in to comment.