File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/Block/Address Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ class Grid extends \Magento\Framework\View\Element\Template
38
38
private $ countryFactory ;
39
39
40
40
/**
41
+ * @param \Magento\Framework\View\Element\Template\Context $context
41
42
* @param \Magento\Customer\Helper\Session\CurrentCustomer $currentCustomer
42
43
* @param AddressCollectionFactory $addressCollectionFactory
43
44
* @param CountryFactory $countryFactory
44
- * @param \Magento\Framework\View\Element\Template\Context $context
45
45
* @param array $data
46
46
*/
47
47
public function __construct (
48
+ \Magento \Framework \View \Element \Template \Context $ context ,
48
49
\Magento \Customer \Helper \Session \CurrentCustomer $ currentCustomer ,
49
50
AddressCollectionFactory $ addressCollectionFactory ,
50
51
CountryFactory $ countryFactory ,
51
- \Magento \Framework \View \Element \Template \Context $ context ,
52
52
array $ data = []
53
53
) {
54
54
$ this ->currentCustomer = $ currentCustomer ;
You can’t perform that action at this time.
0 commit comments