Skip to content

Commit afc433f

Browse files
committed
Update console.php
1 parent ae6a58f commit afc433f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routes/console.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
use App\Enums\Environment;
44
use Illuminate\Support\Facades\Schedule;
55

6-
Schedule::command('horizon:snapshot')->everyFiveMinutes();
76
Schedule::command(\Spatie\Health\Commands\RunHealthChecksCommand::class)->everyMinute()->environments(Environment::PRODUCTION->value);

0 commit comments

Comments
 (0)