Skip to content

Commit 236c071

Browse files
Stanislav Idolovisitnikov
authored andcommitted
MAGETWO-53793: Minicart Maximum Display Recently Added Item is broken #4750
1 parent ba83889 commit 236c071

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Checkout/Block/Cart/Sidebar.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,9 @@ public function getBaseUrl()
181181
/**
182182
* Return max visible item count for minicart
183183
*
184-
* @codeCoverageIgnore
185184
* @return int
186185
*/
187-
protected function getMiniCartMaxItemsCount()
186+
private function getMiniCartMaxItemsCount()
188187
{
189188
return (int)$this->_scopeConfig->getValue('checkout/sidebar/count', ScopeInterface::SCOPE_STORE);
190189
}

0 commit comments

Comments
 (0)