mirror of
https://github.com/phpmon/website
synced 2025-08-06 22:30:09 +02:00
8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('github:fetch')->everySixHours();
|