Skip to content

Commit

Permalink
Merge pull request #7458 from kenjis/fix-app-Config-Generators
Browse files Browse the repository at this point in the history
fix: add missing 'make:cell' in app/Config/Generators.php
  • Loading branch information
kenjis authored Apr 27, 2023
2 parents fe59a2f + c237cd8 commit 4263caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Config/Generators.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Generators extends BaseConfig
* @var array<string, string>
*/
public array $views = [
'make:cell' => 'CodeIgniter\Commands\Generators\Views\cell.tpl.php',
'make:command' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php',
'make:config' => 'CodeIgniter\Commands\Generators\Views\config.tpl.php',
'make:controller' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php',
Expand Down

0 comments on commit 4263caf

Please sign in to comment.