You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
254 B
9 lines
254 B
<?php
|
|
|
|
return [
|
|
'tasks' => [
|
|
\app\common\task\ClearMessage::class, //定时清理消息
|
|
\app\common\task\SetAtRead::class, //定时清理@消息
|
|
\app\common\task\UserClearMessage::class, //用户定时清理消息
|
|
]
|
|
];
|