File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
app/code/Magento/Customer/Model/ResourceModel Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Customer address entity resource model
4
- *
5
3
* Copyright © Magento, Inc. All rights reserved.
6
4
* See COPYING.txt for license details.
7
5
*/
17
15
use Magento \Framework \Exception \InputException ;
18
16
19
17
/**
20
- * Address repository.
21
- *
22
18
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23
19
*/
24
20
class AddressRepository implements \Magento \Customer \Api \AddressRepositoryInterface
25
21
{
26
22
/**
27
- * Directory data
28
- *
29
23
* @var \Magento\Directory\Helper\Data
30
24
*/
31
25
protected $ directoryData ;
@@ -277,7 +271,7 @@ private function getCollectionProcessor()
277
271
{
278
272
if (!$ this ->collectionProcessor ) {
279
273
$ this ->collectionProcessor = \Magento \Framework \App \ObjectManager::getInstance ()->get (
280
- ' Magento\Eav\Model\Api\SearchCriteria\CollectionProcessor '
274
+ \ Magento \Eav \Model \Api \SearchCriteria \CollectionProcessor::class
281
275
);
282
276
}
283
277
return $ this ->collectionProcessor ;
You can’t perform that action at this time.
0 commit comments