Skip to content

Commit 718858f

Browse files
committed
ACP2E-873 Allowed Country per website issue
Static test failures fixed
1 parent cc0286a commit 718858f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/ResourceModel/AddressRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ private function getCollectionProcessor()
274274
{
275275
if (!$this->collectionProcessor) {
276276
$this->collectionProcessor = \Magento\Framework\App\ObjectManager::getInstance()->get(
277-
\Magento\Eav\Model\Api\SearchCriteria\CollectionProcessor::class
277+
CollectionProcessorInterface::class
278278
);
279279
}
280280
return $this->collectionProcessor;

0 commit comments

Comments
 (0)