Skip to content

Commit

Permalink
fix job generation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 15, 2023
1 parent 9e91551 commit 0476bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/Generators/JobGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class JobGenerator extends BaseCommand
*
* @var string
*/
protected $usage = 'queue:make:job <name> [options]';
protected $usage = 'queue:job <name> [options]';

/**
* The Command's Arguments
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Registrar.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static function Generators(): array
{
return [
'views' => [
'queue:make:job' => 'Michalsn\CodeIgniterQueue\Commands\Generators\Views\job.tpl.php',
'queue:job' => 'Michalsn\CodeIgniterQueue\Commands\Generators\Views\job.tpl.php',
],
];
}
Expand Down

0 comments on commit 0476bc5

Please sign in to comment.