Skip to content

Commit

Permalink
Correct classNameLang
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Dec 17, 2023
1 parent 81a4e28 commit 5742a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion system/Commands/Generators/TestGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function run(array $params)
$this->template = 'test.tpl.php';
$this->namespace = 'Tests';

$this->classNameLang = 'CLI.generator.className.entity';
$this->classNameLang = 'CLI.generator.className.test';
$this->generateClass($params);
}
}
1 change: 1 addition & 0 deletions system/Language/en/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'migration' => 'Migration class name',
'model' => 'Model class name',
'seeder' => 'Seeder class name',
'test' => 'Test class name',
'validation' => 'Validation class name',
],
'commandType' => 'Command type',
Expand Down

0 comments on commit 5742a63

Please sign in to comment.