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 d7b8f58 commit 894f9a3Copy full SHA for 894f9a3
lib/internal/Magento/Framework/App/PageCache/Version.php
@@ -40,10 +40,10 @@ class Version
40
* @param ScopeConfigInterface $scopeConfig
41
*/
42
public function __construct(
43
- private readonly CookieManagerInterface $cookieManager,
44
- private readonly CookieMetadataFactory $cookieMetadataFactory,
45
- private readonly Http $request,
46
- private readonly ScopeConfigInterface $scopeConfig
+ protected readonly CookieManagerInterface $cookieManager,
+ protected readonly CookieMetadataFactory $cookieMetadataFactory,
+ protected readonly Http $request,
+ protected readonly ScopeConfigInterface $scopeConfig
47
) {
48
}
49
0 commit comments