diff --git a/routes/console.php b/routes/console.php index b40ba353..8e45af6d 100644 --- a/routes/console.php +++ b/routes/console.php @@ -2,5 +2,4 @@ use Illuminate\Support\Facades\Schedule; -Schedule::command('horizon:snapshot')->everyFiveMinutes(); -Schedule::command('demo:reset')->dailyAt('00:00'); +Schedule::command('demo:reset')->twiceDaily();