Skip to content

Instantly share code, notes, and snippets.

View pm-dennis's full-sized avatar
🐺
こにちは皆さん

Dennis Rumpf pm-dennis

🐺
こにちは皆さん
  • Japan, Kyoto
  • 17:35 (UTC +09:00)
View GitHub Profile
@pm-dennis
pm-dennis / froshtools-removed-lazy-autowire.patch
Last active September 30, 2025 10:21
FroshTools Symfony 7.3.4 Lazy Autowire Hotfix
--- a/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/HealthChecker/SwagSecurityChecker.php
+++ b/vendor/store.shopware.com/froshtools/src/Components/Health/Checker/HealthChecker/SwagSecurityChecker.php
@@ -25,7 +25,6 @@
#[Autowire(param: 'kernel.shopware_version')]
private readonly string $shopwareVersion,
private readonly CacheInterface $cacheObject,
- #[Autowire(lazy: true)]
private readonly HttpClientInterface $httpClient,
) {
}