Files
2026-07-23 09:40:36 +08:00

18 lines
280 B
PHP

<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
'crud' => 'app\crud\command\Crud',
],
];