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 10bcde3 commit fbb40c2Copy full SHA for fbb40c2
app/code/Magento/Cms/Model/BlockRepository.php
@@ -217,6 +217,7 @@ public function deleteById($blockId)
217
*/
218
private function getCollectionProcessor()
219
{
220
+ //phpcs:disable Magento2.PHP.LiteralNamespaces
221
if (!$this->collectionProcessor) {
222
$this->collectionProcessor = \Magento\Framework\App\ObjectManager::getInstance()->get(
223
'Magento\Cms\Model\Api\SearchCriteria\BlockCollectionProcessor'
0 commit comments