@@ -26,13 +26,13 @@ class Generators extends BaseConfig
2626 * @var array<string, string>
2727 */
2828 public $ views = [
29- 'make:command ' => 'CodeIgniter \\ Commands \\ Generators \\ Views \ \command.tpl.php ' ,
30- 'make:controller ' => 'CodeIgniter \\ Commands \\ Generators \\ Views \ \controller.tpl.php ' ,
31- 'make:entity ' => 'CodeIgniter \\ Commands \\ Generators \\ Views \ \entity.tpl.php ' ,
32- 'make:filter ' => 'CodeIgniter \\ Commands \\ Generators \\ Views \ \filter.tpl.php ' ,
33- 'make:migration ' => 'CodeIgniter \\ Commands \\ Generators \\ Views \ \migration.tpl.php ' ,
34- 'make:model ' => 'CodeIgniter \\ Commands \\ Generators \\ Views \ \model.tpl.php ' ,
35- 'make:seeder ' => 'CodeIgniter \\ Commands \\ Generators \\ Views \\ seed .tpl.php ' ,
36- 'session:migration ' => 'CodeIgniter \\ Commands \\ Generators \\ Views \\ session_migration .tpl.php ' ,
29+ 'make:command ' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php ' ,
30+ 'make:controller ' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php ' ,
31+ 'make:entity ' => 'CodeIgniter\Commands\Generators\Views\entity.tpl.php ' ,
32+ 'make:filter ' => 'CodeIgniter\Commands\Generators\Views\filter.tpl.php ' ,
33+ 'make:migration ' => 'CodeIgniter\Commands\Generators\Views\migration.tpl.php ' ,
34+ 'make:model ' => 'CodeIgniter\Commands\Generators\Views\model.tpl.php ' ,
35+ 'make:seeder ' => 'CodeIgniter\Commands\Generators\Views\seeder .tpl.php ' ,
36+ 'session:migration ' => 'CodeIgniter\Commands\Generators\Views\migration .tpl.php ' ,
3737 ];
3838}
0 commit comments