We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7e2e4 commit c237cd8Copy full SHA for c237cd8
app/Config/Generators.php
@@ -26,6 +26,7 @@ class Generators extends BaseConfig
26
* @var array<string, string>
27
*/
28
public array $views = [
29
+ 'make:cell' => 'CodeIgniter\Commands\Generators\Views\cell.tpl.php',
30
'make:command' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php',
31
'make:config' => 'CodeIgniter\Commands\Generators\Views\config.tpl.php',
32
'make:controller' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php',
0 commit comments