Skip to content

Commit

Permalink
the execute signature has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbeaujean committed Feb 23, 2024
1 parent 4291a8d commit 9641700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected function configure()
$this->setDescription('Regenerate the Base Repository with the Query Builder Repository Generator');
}

protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$this->repositoryGenerator->generateFiles();

Expand Down

0 comments on commit 9641700

Please sign in to comment.