Skip to content

Commit 034c5fd

Browse files
author
Sergii Kovalenko
committed
MAGETWO-56083: SearchCriteria Unified Processing for Ui, Vault modules
1 parent fe8501c commit 034c5fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Ui/Model/ResourceModel/BookmarkRepository.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
namespace Magento\Ui\Model\ResourceModel;
77

8-
use Magento\Framework\Api\SearchCriteria\CollectionProcessor;
98
use Magento\Framework\Api\SearchCriteria\CollectionProcessorInterface;
109
use Magento\Framework\Api\SearchCriteriaInterface;
1110
use Magento\Framework\Api\SortOrder;
@@ -181,7 +180,7 @@ private function getCollectionProcessor()
181180
{
182181
if (!$this->collectionProcessor) {
183182
$this->collectionProcessor = \Magento\Framework\App\ObjectManager::getInstance()->get(
184-
CollectionProcessor::class
183+
CollectionProcessorInterface::class
185184
);
186185
}
187186
return $this->collectionProcessor;

0 commit comments

Comments
 (0)