Files
cashier/config/console.php
你的名字 ac0f12b21a 1
2025-10-15 14:53:54 +08:00

15 lines
373 B
PHP

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