@@ -30,14 +30,17 @@ class Generators extends BaseConfig
3030 'class ' => 'CodeIgniter\Commands\Generators\Views\cell.tpl.php ' ,
3131 'view ' => 'CodeIgniter\Commands\Generators\Views\cell_view.tpl.php ' ,
3232 ],
33- 'make:command ' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php ' ,
34- 'make:config ' => 'CodeIgniter\Commands\Generators\Views\config.tpl.php ' ,
35- 'make:controller ' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php ' ,
36- 'make:entity ' => 'CodeIgniter\Commands\Generators\Views\entity.tpl.php ' ,
37- 'make:filter ' => 'CodeIgniter\Commands\Generators\Views\filter.tpl.php ' ,
38- 'make:migration ' => 'CodeIgniter\Commands\Generators\Views\migration.tpl.php ' ,
39- 'make:model ' => 'CodeIgniter\Commands\Generators\Views\model.tpl.php ' ,
40- 'make:seeder ' => 'CodeIgniter\Commands\Generators\Views\seeder.tpl.php ' ,
41- 'make:validation ' => 'CodeIgniter\Commands\Generators\Views\validation.tpl.php ' ,
33+ 'make:command ' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php ' ,
34+ 'make:config ' => 'CodeIgniter\Commands\Generators\Views\config.tpl.php ' ,
35+ 'make:controller ' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php ' ,
36+ 'make:entity ' => 'CodeIgniter\Commands\Generators\Views\entity.tpl.php ' ,
37+ 'make:filter ' => 'CodeIgniter\Commands\Generators\Views\filter.tpl.php ' ,
38+ 'make:migration ' => 'CodeIgniter\Commands\Generators\Views\migration.tpl.php ' ,
39+ 'make:model ' => 'CodeIgniter\Commands\Generators\Views\model.tpl.php ' ,
40+ 'make:request ' => 'CodeIgniter\Commands\Generators\Views\formrequest.tpl.php ' ,
41+ 'make:seeder ' => 'CodeIgniter\Commands\Generators\Views\seeder.tpl.php ' ,
42+ 'make:test ' => 'CodeIgniter\Commands\Generators\Views\test.tpl.php ' ,
43+ 'make:transformer ' => 'CodeIgniter\Commands\Generators\Views\transformer.tpl.php ' ,
44+ 'make:validation ' => 'CodeIgniter\Commands\Generators\Views\validation.tpl.php ' ,
4245 ];
4346}
0 commit comments