mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
5 lines
190 B
PHP
5 lines
190 B
PHP
<?php
|
|
|
|
use App\Jobs\FetchProxyCloudResponses;
|
|
|
|
Schedule::job(FetchProxyCloudResponses::class, [])->cron(sprintf('*/%s * * * *', intval(config('services.trmnl.proxy_refresh_minutes', 15))));
|