Skip to content

Commit 894f9a3

Browse files
authored
LYNX-581: Revert cookie-related properties from private to protected
1 parent d7b8f58 commit 894f9a3

File tree

1 file changed

+4
-4
lines changed
  • lib/internal/Magento/Framework/App/PageCache

1 file changed

+4
-4
lines changed

lib/internal/Magento/Framework/App/PageCache/Version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ class Version
4040
* @param ScopeConfigInterface $scopeConfig
4141
*/
4242
public function __construct(
43-
private readonly CookieManagerInterface $cookieManager,
44-
private readonly CookieMetadataFactory $cookieMetadataFactory,
45-
private readonly Http $request,
46-
private readonly ScopeConfigInterface $scopeConfig
43+
protected readonly CookieManagerInterface $cookieManager,
44+
protected readonly CookieMetadataFactory $cookieMetadataFactory,
45+
protected readonly Http $request,
46+
protected readonly ScopeConfigInterface $scopeConfig
4747
) {
4848
}
4949

0 commit comments

Comments
 (0)