mirror of
https://github.com/phpmon/website
synced 2025-08-06 06:20:07 +02:00
Fix scheduler (oops)
This commit is contained in:
@ -4,4 +4,4 @@
|
||||
|
||||
use Illuminate\Support\Facades\Schedule;
|
||||
|
||||
Schedule::call('github:fetch')->everySixHours();
|
||||
Schedule::command('github:fetch')->everySixHours();
|
||||
|
Reference in New Issue
Block a user