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 11<?php
22/**
3- * Customer address entity resource model
4- *
53 * Copyright © Magento, Inc. All rights reserved.
64 * See COPYING.txt for license details.
75 */
1715use Magento \Framework \Exception \InputException ;
1816
1917/**
20- * Address repository.
21- *
2218 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2319 */
2420class AddressRepository implements \Magento \Customer \Api \AddressRepositoryInterface
2521{
2622 /**
27- * Directory data
28- *
2923 * @var \Magento\Directory\Helper\Data
3024 */
3125 protected $ directoryData ;
@@ -277,7 +271,7 @@ private function getCollectionProcessor()
277271 {
278272 if (!$ this ->collectionProcessor ) {
279273 $ this ->collectionProcessor = \Magento \Framework \App \ObjectManager::getInstance ()->get (
280- ' Magento\Eav\Model\Api\SearchCriteria\CollectionProcessor '
274+ \ Magento \Eav \Model \Api \SearchCriteria \CollectionProcessor::class
281275 );
282276 }
283277 return $ this ->collectionProcessor ;
You can’t perform that action at this time.
0 commit comments