We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e8765 commit 364a6daCopy full SHA for 364a6da
src/Controller/ShopwareFilesController.php
@@ -47,7 +47,6 @@ public function __construct(
47
private readonly LoggerInterface $froshToolsLogger,
48
private readonly EntityRepository $userRepository,
49
private readonly EntityRepository $integrationRepository,
50
- #[Autowire(lazy: true)]
51
private readonly HttpClientInterface $httpClient,
52
) {
53
$this->isPlatform = !is_dir($this->projectDir . '/vendor/shopware/core') && is_dir($this->projectDir . '/src/Core');
0 commit comments