Merge branch 'feature/FMSWebService' into 'develop'

add config file

See merge request witelgroup/rms_v2!165
This commit is contained in:
2025-08-25 10:55:50 +00:00
5 changed files with 43 additions and 6 deletions

View File

@@ -16,10 +16,10 @@ class GetErrorRateService
public function __construct()
{
$this->url = config('fms_web_services.Vehicle_Activity.url');
$this->password = config('fms_web_services.Vehicle_Activity.password');
$this->username = config('fms_web_services.Vehicle_Activity.username');
$this->channelName = 'fms_vehicle_activity';
$this->url = config('fms_web_services.Error_Rate.url');
$this->password = config('fms_web_services.Error_Rate.password');
$this->username = config('fms_web_services.Error_Rate.username');
$this->channelName = 'fms_error_rate';
}
public function setInputParameters(array $inputs): void