We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0286a commit 718858fCopy full SHA for 718858f
app/code/Magento/Customer/Model/ResourceModel/AddressRepository.php
@@ -274,7 +274,7 @@ private function getCollectionProcessor()
274
{
275
if (!$this->collectionProcessor) {
276
$this->collectionProcessor = \Magento\Framework\App\ObjectManager::getInstance()->get(
277
- \Magento\Eav\Model\Api\SearchCriteria\CollectionProcessor::class
+ CollectionProcessorInterface::class
278
);
279
}
280
return $this->collectionProcessor;
0 commit comments