mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 12:23:33 +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))));
|