fix: add missing 'make:cell'

This commit is contained in:
kenjis 2023-04-27 17:20:36 +09:00
parent fe7e2e4970
commit c237cd8c72
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -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',