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 1329d66 commit bbd7b88Copy full SHA for bbd7b88
lib/internal/Magento/Framework/ObjectManager/Code/Generator/Repository.php
@@ -26,7 +26,7 @@ class Repository extends \Magento\Framework\Code\Generator\EntityAbstract
26
*/
27
const NO_SUCH_ENTITY_EXCEPTION = '\\Magento\Framework\Exception\NoSuchEntityException';
28
const INPUT_EXCEPTION = '\\Magento\Framework\Exception\InputException';
29
- const SEARCH_CRITERIA = '\\Magento\Framework\Api\SearchCriteria';
+ const SEARCH_CRITERIA = '\\Magento\Framework\Api\SearchCriteriaInterface';
30
31
/**
32
* Retrieve class properties
0 commit comments