File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Customer/Model/Checkout Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
use Magento \Checkout \Model \ConfigProviderInterface ;
9
9
use Magento \Customer \Model \Url ;
10
+ use Magento \Framework \App \ObjectManager ;
10
11
use Magento \Framework \UrlInterface ;
11
12
use Magento \Store \Model \StoreManagerInterface ;
12
13
use Magento \Framework \App \Config \ScopeConfigInterface ;
@@ -51,8 +52,8 @@ public function __construct(
51
52
$ this ->urlBuilder = $ urlBuilder ;
52
53
$ this ->storeManager = $ storeManager ;
53
54
$ this ->scopeConfig = $ scopeConfig ;
54
- $ this ->customerUrl = $ customerUrl ?? \ Magento \ Framework \ App \ ObjectManager::getInstance ()
55
- ->get (\ Magento \ Customer \ Model \ Url::class);
55
+ $ this ->customerUrl = $ customerUrl ?? ObjectManager::getInstance ()
56
+ ->get (Url::class);
56
57
}
57
58
58
59
/**
You can’t perform that action at this time.
0 commit comments