Skip to content
Snippets Groups Projects
Commit d851e755 authored by Oleksandr Karpenko's avatar Oleksandr Karpenko
Browse files

MAGETWO-51604: [TD] Add functionality to save image in custom folder

parent 3f29e6f9
Branches
No related merge requests found
......@@ -19,6 +19,9 @@ use Magento\Framework\UrlInterface;
use Magento\MediaStorage\Model\File\UploaderFactory;
use Magento\Theme\Model\Design\Config\FileUploader\FileProcessor;
/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class File extends BackendFile
{
/**
......@@ -38,7 +41,6 @@ class File extends BackendFile
* @param AbstractResource|null $resource
* @param AbstractDb|null $resourceCollection
* @param array $data
* @internal param Config $fileConfig
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
*/
public function __construct(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment