pull/30/head
parent
24c5451f52
commit
410b287d05
|
@ -23,16 +23,16 @@ class UDSClient
|
||||||
private string $scrambler;
|
private string $scrambler;
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
private HttpClientInterface $httpClient,
|
private HttpClientInterface $httpClient,
|
||||||
private readonly EntityManagerInterface $entityManager,
|
private readonly EntityManagerInterface $entityManager,
|
||||||
#[Autowire(env: 'UDS_URL')]
|
#[Autowire(env: 'UDS_URL')]
|
||||||
private string $udsAPIurl,
|
private readonly string $udsAPIurl,
|
||||||
#[Autowire(env: 'UDS_AUTH_LOGIN')]
|
#[Autowire(env: 'UDS_AUTH_LOGIN')]
|
||||||
private string $udsAuthLogin,
|
private readonly string $udsAuthLogin,
|
||||||
#[Autowire(env: 'UDS_AUTH_USERNAME')]
|
#[Autowire(env: 'UDS_AUTH_USERNAME')]
|
||||||
private string $udsAuthUsername,
|
private readonly string $udsAuthUsername,
|
||||||
#[Autowire(env: 'UDS_AUTH_PASSWORD')]
|
#[Autowire(env: 'UDS_AUTH_PASSWORD')]
|
||||||
private string $udsAuthPassword,
|
private readonly string $udsAuthPassword,
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue