chore(#27): sync issues/27 from monorepo (bfeabe5 issues/27: fix date immutable)

This commit is contained in:
sova-ci
2026-06-03 17:06:17 +03:00
committed by Valeriy Petrov
parent 7bfa94bbd6
commit fe24537e9f
9 changed files with 9 additions and 118 deletions
+2 -3
View File
@@ -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'