File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Customer/Block/Form/Login Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Info extends \Magento\Framework\View\Element\Template
25
25
/**
26
26
* Core url
27
27
*
28
- * @var \Magento\Core\ Helper\Url
28
+ * @var \Magento\Framework\Url\ Helper\Data
29
29
*/
30
30
protected $ coreUrl ;
31
31
@@ -41,15 +41,15 @@ class Info extends \Magento\Framework\View\Element\Template
41
41
* @param \Magento\Customer\Model\Registration $registration
42
42
* @param \Magento\Customer\Model\Url $customerUrl
43
43
* @param \Magento\Checkout\Helper\Data $checkoutData
44
- * @param \Magento\Core\ Helper\Url $coreUrl
44
+ * @param \Magento\Framework\Url\ Helper\Data $coreUrl
45
45
* @param array $data
46
46
*/
47
47
public function __construct (
48
48
\Magento \Framework \View \Element \Template \Context $ context ,
49
49
\Magento \Customer \Model \Registration $ registration ,
50
50
\Magento \Customer \Model \Url $ customerUrl ,
51
51
\Magento \Checkout \Helper \Data $ checkoutData ,
52
- \Magento \Core \ Helper \Url $ coreUrl ,
52
+ \Magento \Framework \ Url \ Helper \Data $ coreUrl ,
53
53
array $ data = []
54
54
) {
55
55
parent ::__construct ($ context , $ data );
You can’t perform that action at this time.
0 commit comments