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.
2 parents fe59a2f + c237cd8 commit 4263cafCopy full SHA for 4263caf
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