[游戏管理]游戏对局-创建游戏对局service
This commit is contained in:
@@ -35,6 +35,13 @@ return [
|
||||
'publicPath' => public_path()
|
||||
]
|
||||
],
|
||||
// 游戏期号:自动创建下一期(依赖 game_config.period_auto_create_enabled)
|
||||
'gamePeriodAutoTicker' => [
|
||||
'handler' => app\process\GamePeriodAutoTicker::class,
|
||||
'count' => 1,
|
||||
'reloadable' => false,
|
||||
],
|
||||
|
||||
// File update detection and automatic reload
|
||||
'monitor' => [
|
||||
'handler' => app\process\Monitor::class,
|
||||
|
||||
Reference in New Issue
Block a user