Skip to content

Commit 19c2ef3

Browse files
authored
Merge pull request #4121 from mostafakhudair/refactor-generators
Refactor Generators
2 parents 3685755 + 0d4d903 commit 19c2ef3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2745
-2390
lines changed

app/Config/Generators.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

system/CLI/GeneratorCommand.php

Lines changed: 0 additions & 371 deletions
This file was deleted.

0 commit comments

Comments
 (0)