Merge branch 'feature/FMSWebService' into 'develop'
add config file See merge request witelgroup/rms_v2!165
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user