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 30822ef commit 2e69236Copy full SHA for 2e69236
app/code/Magento/Backend/Block/Media/Uploader.php
@@ -59,7 +59,7 @@ public function __construct(
59
) {
60
$this->_fileSizeService = $fileSize;
61
$this->jsonEncoder = $jsonEncoder ?: ObjectManager::getInstance()->get(Json::class);
62
- $this->imageConfig = $imageConfig ?: ObjectManager::getInstance()->get(ConfigInterface::class);;
+ $this->imageConfig = $imageConfig ?: ObjectManager::getInstance()->get(ConfigInterface::class);
63
64
parent::__construct($context, $data);
65
}
0 commit comments