mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
chore: stricter pint rules
This commit is contained in:
parent
16b2e8436e
commit
e535496a1e
30 changed files with 134 additions and 83 deletions
|
|
@ -7,7 +7,7 @@ use Illuminate\Support\Facades\Schedule;
|
|||
|
||||
Schedule::job(FetchProxyCloudResponses::class, [])->cron(
|
||||
config('services.trmnl.proxy_refresh_cron') ? config('services.trmnl.proxy_refresh_cron') :
|
||||
sprintf('*/%s * * * *', intval(config('services.trmnl.proxy_refresh_minutes', 15)))
|
||||
sprintf('*/%s * * * *', (int) (config('services.trmnl.proxy_refresh_minutes', 15)))
|
||||
);
|
||||
|
||||
Schedule::job(FirmwarePollJob::class)->daily();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue