Skip to content

Commit 0476bc5

Browse files
committed
fix job generation
1 parent 9e91551 commit 0476bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/Generators/JobGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class JobGenerator extends BaseCommand
3838
*
3939
* @var string
4040
*/
41-
protected $usage = 'queue:make:job <name> [options]';
41+
protected $usage = 'queue:job <name> [options]';
4242

4343
/**
4444
* The Command's Arguments

src/Config/Registrar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static function Generators(): array
88
{
99
return [
1010
'views' => [
11-
'queue:make:job' => 'Michalsn\CodeIgniterQueue\Commands\Generators\Views\job.tpl.php',
11+
'queue:job' => 'Michalsn\CodeIgniterQueue\Commands\Generators\Views\job.tpl.php',
1212
],
1313
];
1414
}

0 commit comments

Comments
 (0)