im/config/cron.php

7 lines
115 B
PHP
Executable File

<?php
return [
'tasks' => [
\app\common\task\ClearMessage::class, //任务的完整类名
]
];