File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/Model/Checkout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ class ConfigProvider implements ConfigProviderInterface
40
40
* @param UrlInterface $urlBuilder
41
41
* @param StoreManagerInterface $storeManager
42
42
* @param ScopeConfigInterface $scopeConfig
43
- * @param Url $customerUrl
43
+ * @param Url|null $customerUrl
44
44
*/
45
45
public function __construct (
46
46
UrlInterface $ urlBuilder ,
47
47
StoreManagerInterface $ storeManager ,
48
48
ScopeConfigInterface $ scopeConfig ,
49
49
Url $ customerUrl = null
50
50
) {
51
- $ this ->urlBuilder = $ urlBuilder ;
51
+ $ this ->urlBuilder = $ urlBuilder ;
52
52
$ this ->storeManager = $ storeManager ;
53
53
$ this ->scopeConfig = $ scopeConfig ;
54
54
$ this ->customerUrl = $ customerUrl ?? \Magento \Framework \App \ObjectManager::getInstance ()
You can’t perform that action at this time.
0 commit comments