diff --git a/config/console.php b/config/console.php index 2b6102f..b882839 100644 --- a/config/console.php +++ b/config/console.php @@ -1,17 +1,25 @@ [ - 'crud' => 'app\crud\Command\Crud', - 'crud-c' => 'app\crud\Command\CrudController', - 'crud-m' => 'app\crud\Command\CrudModel', - 'crud-v' => 'app\crud\Command\CrudValidate', - 'crud-l' => 'app\crud\Command\CrudList', - 'crud-a' => 'app\crud\Command\CrudAdd', - 'crud-e' => 'app\crud\Command\CrudEdit', - 'crud-r' => 'app\crud\Command\CrudRead', + 'crud' => 'app\crud\command\Crud', + 'crud-c' => 'app\crud\command\CrudController', + 'crud-m' => 'app\crud\command\CrudModel', + 'crud-v' => 'app\crud\command\CrudValidate', + 'crud-l' => 'app\crud\command\CrudList', + 'crud-a' => 'app\crud\command\CrudAdd', + 'crud-e' => 'app\crud\command\CrudEdit', + 'crud-r' => 'app\crud\command\CrudRead', ], + ]; +