console.php 312 B

1234567891011
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 控制台配置
  4. // +----------------------------------------------------------------------
  5. return [
  6. // 指令定义
  7. 'commands' => [
  8. // 定时任务
  9. 'timer' => \app\timer\command\Timer::class,
  10. ],
  11. ];