Skip to content

Commit 364a6da

Browse files
authored
Remove lazy autowiring from HttpClientInterface
1 parent a4e8765 commit 364a6da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Controller/ShopwareFilesController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function __construct(
4747
private readonly LoggerInterface $froshToolsLogger,
4848
private readonly EntityRepository $userRepository,
4949
private readonly EntityRepository $integrationRepository,
50-
#[Autowire(lazy: true)]
5150
private readonly HttpClientInterface $httpClient,
5251
) {
5352
$this->isPlatform = !is_dir($this->projectDir . '/vendor/shopware/core') && is_dir($this->projectDir . '/src/Core');

0 commit comments

Comments
 (0)