Skip to content

Commit 4263caf

Browse files
authored
Merge pull request #7458 from kenjis/fix-app-Config-Generators
fix: add missing 'make:cell' in app/Config/Generators.php
2 parents fe59a2f + c237cd8 commit 4263caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Config/Generators.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Generators extends BaseConfig
2626
* @var array<string, string>
2727
*/
2828
public array $views = [
29+
'make:cell' => 'CodeIgniter\Commands\Generators\Views\cell.tpl.php',
2930
'make:command' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php',
3031
'make:config' => 'CodeIgniter\Commands\Generators\Views\config.tpl.php',
3132
'make:controller' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php',

0 commit comments

Comments
 (0)