crontab.php 71 B

12345
  1. <?php
  2. return [
  3. // 是否开启定时任务
  4. 'enable' => true,
  5. ];