Skip to content

Commit 53c9196

Browse files
committed
MC-18719: private cookie version increments each post request
1 parent 5540309 commit 53c9196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Block/SectionNamesProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SectionNamesProvider implements ArgumentInterface
1313
/**
1414
* @var \Magento\Framework\Config\DataInterface
1515
*/
16-
protected $sectionConfig;
16+
private $sectionConfig;
1717

1818
/**
1919
* @param \Magento\Framework\Config\DataInterface $sectionConfig

0 commit comments

Comments
 (0)