7 lines
198 B
PHP
7 lines
198 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Artisan;
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('queue:prune-batches')->daily();
|
|
Schedule::command('horizon:snapshot')->everyFiveMinutes(); |