change complaint execl

This commit is contained in:
2025-05-31 10:07:45 +03:30
parent 58920de857
commit 968d185292
3 changed files with 10 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ class NikarayanService
$soapClient = new SoapClient($url);
$result = $soapClient->UpdateInfo_RoadObservedProblems($array);
Log::channel('nikarayan')->info(json_encode($result));
Log::channel('nikarayan')->info([json_encode($result), $roadObserved->fk_RegisteredEventMessage]);
return $result;
}