Skip to content

Commit

Permalink
fix lang key
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 15, 2023
1 parent 0476bc5 commit 5f52e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Generators/JobGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5f52e60

Please sign in to comment.