File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/CustomerImportExport/Model/Import Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,6 @@ class Address extends AbstractCustomer
260
260
* @param \Magento\Customer\Model\AddressFactory $addressFactory
261
261
* @param \Magento\Directory\Model\ResourceModel\Region\CollectionFactory $regionColFactory
262
262
* @param \Magento\Customer\Model\CustomerFactory $customerFactory
263
- * @param \Magento\Customer\Model\ResourceModel\Address\CollectionFactory $addressColFactory
264
263
* @param \Magento\Customer\Model\ResourceModel\Address\Attribute\CollectionFactory $attributesFactory
265
264
* @param \Magento\Framework\Stdlib\DateTime $dateTime
266
265
* @param \Magento\Customer\Model\Address\Validator\Postcode $postcodeValidator
@@ -285,7 +284,6 @@ public function __construct(
285
284
\Magento \Customer \Model \AddressFactory $ addressFactory ,
286
285
\Magento \Directory \Model \ResourceModel \Region \CollectionFactory $ regionColFactory ,
287
286
\Magento \Customer \Model \CustomerFactory $ customerFactory ,
288
- \Magento \Customer \Model \ResourceModel \Address \CollectionFactory $ addressColFactory ,
289
287
\Magento \Customer \Model \ResourceModel \Address \Attribute \CollectionFactory $ attributesFactory ,
290
288
\Magento \Framework \Stdlib \DateTime $ dateTime ,
291
289
\Magento \Customer \Model \Address \Validator \Postcode $ postcodeValidator ,
You can’t perform that action at this time.
0 commit comments