add config file

This commit is contained in:
2025-08-25 14:23:48 +03:30
parent e30b19ab79
commit 111c9d1565
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