File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Catalog/Model/Category/Attribute/Backend Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,20 +49,21 @@ class Image extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
49
49
private $ imageUploader ;
50
50
51
51
/**
52
- * @var \Magento\Framework\App\ObjectManager
52
+ * @var \Magento\Framework\ObjectManagerInterface
53
53
*/
54
54
private $ objectManager ;
55
55
56
56
/**
57
57
* @param \Psr\Log\LoggerInterface $logger
58
58
* @param \Magento\Framework\Filesystem $filesystem
59
59
* @param \Magento\MediaStorage\Model\File\UploaderFactory $fileUploaderFactory
60
+ * @param \Magento\Framework\ObjectManagerInterface
60
61
*/
61
62
public function __construct (
62
63
\Psr \Log \LoggerInterface $ logger ,
63
64
\Magento \Framework \Filesystem $ filesystem ,
64
65
\Magento \MediaStorage \Model \File \UploaderFactory $ fileUploaderFactory ,
65
- \Magento \Framework \App \ ObjectManager $ objectManager
66
+ \Magento \Framework \ObjectManagerInterface $ objectManager
66
67
) {
67
68
$ this ->_filesystem = $ filesystem ;
68
69
$ this ->_fileUploaderFactory = $ fileUploaderFactory ;
You can’t perform that action at this time.
0 commit comments