File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/Checkout Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ protected function _construct()
103
103
104
104
/**
105
105
* {@inheritdoc}
106
- *
107
106
* @since 100.2.0
108
107
*/
109
108
protected function _prepareLayout ()
@@ -148,7 +147,6 @@ public function getItemsForGrid()
148
147
149
148
/**
150
149
* {@inheritdoc}
151
- *
152
150
* @since 100.2.0
153
151
*/
154
152
public function getItems ()
Original file line number Diff line number Diff line change 4
4
use Magento \Framework \App \Config \ScopeConfigInterface ;
5
5
use Magento \Framework \View \Element \Block \ArgumentInterface ;
6
6
use Magento \Framework \View \Element \Context ;
7
+ use Magento \Store \Model \ScopeInterface ;
7
8
8
9
class Cart implements ArgumentInterface
9
10
{
@@ -37,7 +38,7 @@ public function isClearShoppingCartEnabled()
37
38
{
38
39
return (bool ) $ this ->_scopeConfig ->getValue (
39
40
self ::XPATH_CONFIG_ENABLE_CLEAR_SHOPPING_CART ,
40
- \ Magento \ Store \ Model \ ScopeInterface::SCOPE_STORE
41
+ ScopeInterface::SCOPE_STORE
41
42
);
42
43
}
43
44
}
You can’t perform that action at this time.
0 commit comments