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 6970b19 commit fd4a5a7Copy full SHA for fd4a5a7
app/code/Magento/Quote/Model/Quote/Address.php
@@ -140,7 +140,7 @@ class Address extends AbstractAddress implements
140
141
const ADDRESS_TYPE_SHIPPING = 'shipping';
142
143
- const CACHED_ITEMS_ALL = 'cached_items_all';
+ private const CACHED_ITEMS_ALL = 'cached_items_all';
144
145
/**
146
* Prefix of model events
0 commit comments