server/config/autoload/crontab.php

6 lines
72 B
PHP

<?php
return [
// 是否开启定时任务
'enable' => true,
];