change relation

This commit is contained in:
2025-12-28 12:35:49 +03:30
parent ef0ddac761
commit f7e044f65a
4 changed files with 4 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ class DailyMovingMachinesService
$inputData = $this->makeInputParameters();
return Http::withBody($inputData)
->timeout(120)
->throw()
->withoutVerifying()
->post($this->url)