fix: rong schedule import

This commit is contained in:
Víctor Falcón 2025-12-17 17:08:54 +01:00
parent 5402e2ef2c
commit c684695008
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Support\Facades\Schedule;
Schedule::command('horizon:snapshot')->everyFiveMinutes();