Skip to content

Commit

Permalink
Merge pull request codeigniter4#4119 from npwsamarasinghe/fix-typos-01
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored and mostafakhudair committed Jan 17, 2021
2 parents eaaf227 + 4d0e51a commit 53a239a
Show file tree
Hide file tree
Showing 56 changed files with 2,556 additions and 2,420 deletions.
16 changes: 8 additions & 8 deletions app/Config/Generators.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ class Generators extends BaseConfig
* @var array<string, string>
*/
public $views = [
'make:command' => 'CodeIgniter\\Commands\\Generators\\Views\\command.tpl.php',
'make:controller' => 'CodeIgniter\\Commands\\Generators\\Views\\controller.tpl.php',
'make:entity' => 'CodeIgniter\\Commands\\Generators\\Views\\entity.tpl.php',
'make:filter' => 'CodeIgniter\\Commands\\Generators\\Views\\filter.tpl.php',
'make:migration' => 'CodeIgniter\\Commands\\Generators\\Views\\migration.tpl.php',
'make:model' => 'CodeIgniter\\Commands\\Generators\\Views\\model.tpl.php',
'make:seeder' => 'CodeIgniter\\Commands\\Generators\\Views\\seed.tpl.php',
'session:migration' => 'CodeIgniter\\Commands\\Generators\\Views\\session_migration.tpl.php',
'make:command' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php',
'make:controller' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php',
'make:entity' => 'CodeIgniter\Commands\Generators\Views\entity.tpl.php',
'make:filter' => 'CodeIgniter\Commands\Generators\Views\filter.tpl.php',
'make:migration' => 'CodeIgniter\Commands\Generators\Views\migration.tpl.php',
'make:model' => 'CodeIgniter\Commands\Generators\Views\model.tpl.php',
'make:seeder' => 'CodeIgniter\Commands\Generators\Views\seeder.tpl.php',
'session:migration' => 'CodeIgniter\Commands\Generators\Views\migration.tpl.php',
];
}
371 changes: 0 additions & 371 deletions system/CLI/GeneratorCommand.php

This file was deleted.

Loading

0 comments on commit 53a239a

Please sign in to comment.