Skip to content

Commit 7e38ae9

Browse files
authored
Update AbstractCart.php
Fixed typo
1 parent d40ab32 commit 7e38ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class AbstractCart extends \Magento\Framework\View\Element\Template
4040
protected $_customerSession;
4141

4242
/**
43-
* @var \Magento\Customer\Model\Session
43+
* @var \Magento\Checkout\Model\Session
4444
*/
4545
protected $_checkoutSession;
4646

0 commit comments

Comments
 (0)