Fix scheduler (oops)

This commit is contained in:
2024-03-15 12:10:20 +01:00
parent ac1112feb2
commit dcd88665cb

View File

@ -4,4 +4,4 @@
use Illuminate\Support\Facades\Schedule;
Schedule::call('github:fetch')->everySixHours();
Schedule::command('github:fetch')->everySixHours();