Skip to content

Commit

Permalink
Fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Oct 30, 2024
1 parent 1c4493b commit 8fc2eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/MakeAlgo.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected function getDefaultNamespace($rootNamespace): string
protected function getArguments(): array
{
return [
['name', InputArgument::REQUIRED, 'The name of the workflow class.'],
['name', InputArgument::REQUIRED, 'The name of the algo class.'],
];
}
}

0 comments on commit 8fc2eed

Please sign in to comment.