crontab.php 99 B

123456
  1. <?php
  2. // config/autoload/crontab.php
  3. use Hyperf\Crontab\Crontab;
  4. return [
  5. 'enable' => true,
  6. ];