fix: rong schedule import
This commit is contained in:
parent
5402e2ef2c
commit
c684695008
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
use Illuminate\Console\Scheduling\Schedule;
|
||||
use Illuminate\Support\Facades\Schedule;
|
||||
|
||||
Schedule::command('horizon:snapshot')->everyFiveMinutes();
|
||||
|
|
|
|||
Loading…
Reference in New Issue