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 e228d76 commit 408cdb7Copy full SHA for 408cdb7
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/OnInsert.php
@@ -33,7 +33,7 @@ public function __construct(
33
$this->resultRawFactory = $resultRawFactory;
34
parent::__construct($context, $coreRegistry);
35
$this->getInsertImageContent = $getInsertImageContent ?: $this->_objectManager
36
- ->get('Magento\Cms\Model\Wysiwyg\Images\GetInsertImageContent');
+ ->get(\Magento\Cms\Model\Wysiwyg\Images\GetInsertImageContent::class);
37
}
38
39
/**
0 commit comments