chore(#27): sync issues/27 from monorepo (bfeabe5 issues/27: fix date immutable)
This commit is contained in:
@@ -23,8 +23,7 @@ class UploadFilialsCommand extends Command
|
||||
private LoggerInterface $logger,
|
||||
private EntityManagerInterface $entityManager,
|
||||
private HttpClientInterface $client,
|
||||
private TransliteServiceInterface $transliteService,
|
||||
private string $widgetApiUrl,
|
||||
private TransliteServiceInterface $transliteService
|
||||
)
|
||||
{
|
||||
parent::__construct();
|
||||
@@ -41,7 +40,7 @@ class UploadFilialsCommand extends Command
|
||||
$response = $this->client->request('GET', '/filials/list', [
|
||||
'verify_peer' => false,
|
||||
'verify_host' => false,
|
||||
'base_uri' => $this->widgetApiUrl,
|
||||
'base_uri' => 'https://widget.sovamed.ru',
|
||||
'headers' => [
|
||||
'Content-Type' => 'application/json',
|
||||
'User-Agent' => 'sovamed_bot'
|
||||
|
||||
Reference in New Issue
Block a user