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