cxhxy/config/console.php
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

12 lines
314 B
PHP
Executable File

<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
// 定时任务
//'timer' => \app\console\command\Timer::class,
],
];