11 lines
286 B
PHP
11 lines
286 B
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | 控制台配置
|
|
// +----------------------------------------------------------------------
|
|
return [
|
|
// 指令定义
|
|
'commands' => [
|
|
'cron:game_rtp' => 'app\command\GameRtp',
|
|
],
|
|
];
|