We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e91551 commit 0476bc5Copy full SHA for 0476bc5
src/Commands/Generators/JobGenerator.php
@@ -38,7 +38,7 @@ class JobGenerator extends BaseCommand
38
*
39
* @var string
40
*/
41
- protected $usage = 'queue:make:job <name> [options]';
+ protected $usage = 'queue:job <name> [options]';
42
43
/**
44
* The Command's Arguments
src/Config/Registrar.php
@@ -8,7 +8,7 @@ public static function Generators(): array
8
{
9
return [
10
'views' => [
11
- 'queue:make:job' => 'Michalsn\CodeIgniterQueue\Commands\Generators\Views\job.tpl.php',
+ 'queue:job' => 'Michalsn\CodeIgniterQueue\Commands\Generators\Views\job.tpl.php',
12
],
13
];
14
}
0 commit comments