mirror of
https://github.com/phpmon/website
synced 2025-12-21 03:10:07 +01: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