diff --git a/src/Commands/Generators/JobGenerator.php b/src/Commands/Generators/JobGenerator.php index 0bba720..9a4ec19 100644 --- a/src/Commands/Generators/JobGenerator.php +++ b/src/Commands/Generators/JobGenerator.php @@ -69,7 +69,7 @@ public function run(array $params) $this->directory = 'Jobs'; $this->template = 'job.tpl.php'; - $this->classNameLang = 'QueueJob.generator.className.job'; + $this->classNameLang = 'Queue.generator.className.job'; $this->generateClass($params);