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 77
88use Magento \Checkout \Model \ConfigProviderInterface ;
99use Magento \Customer \Model \Url ;
10+ use Magento \Framework \App \ObjectManager ;
1011use Magento \Framework \UrlInterface ;
1112use Magento \Store \Model \StoreManagerInterface ;
1213use Magento \Framework \App \Config \ScopeConfigInterface ;
@@ -51,8 +52,8 @@ public function __construct(
5152 $ this ->urlBuilder = $ urlBuilder ;
5253 $ this ->storeManager = $ storeManager ;
5354 $ 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);
5657 }
5758
5859 /**
You can’t perform that action at this time.
0 commit comments