fix: Remove scheduled horizon command (unused anymore)
This commit is contained in:
parent
1343e1c75f
commit
63bde938b5
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue