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 fe8501c commit 034c5fdCopy full SHA for 034c5fd
app/code/Magento/Ui/Model/ResourceModel/BookmarkRepository.php
@@ -5,7 +5,6 @@
5
*/
6
namespace Magento\Ui\Model\ResourceModel;
7
8
-use Magento\Framework\Api\SearchCriteria\CollectionProcessor;
9
use Magento\Framework\Api\SearchCriteria\CollectionProcessorInterface;
10
use Magento\Framework\Api\SearchCriteriaInterface;
11
use Magento\Framework\Api\SortOrder;
@@ -181,7 +180,7 @@ private function getCollectionProcessor()
181
180
{
182
if (!$this->collectionProcessor) {
183
$this->collectionProcessor = \Magento\Framework\App\ObjectManager::getInstance()->get(
184
- CollectionProcessor::class
+ CollectionProcessorInterface::class
185
);
186
}
187
return $this->collectionProcessor;
0 commit comments