@@ -19,7 +19,6 @@ |
||
| 19 | 19 | use LizardMedia\ProductAttachment\Model\Attachment\ContentValidator; |
| 20 | 20 | use LizardMedia\ProductAttachment\Model\AttachmentRepository\SearchResultProcessor; |
| 21 | 21 | use LizardMedia\ProductAttachment\Model\Product\TypeHandler\Attachment as AttachmentHandler; |
| 22 | -use LizardMedia\ProductAttachment\Model\ResourceModel\Attachment\Collection; |
|
| 23 | 22 | use LizardMedia\ProductAttachment\Model\ResourceModel\Attachment\Collection as AttachmentCollection; |
| 24 | 23 | use LizardMedia\ProductAttachment\Model\ResourceModel\Attachment\CollectionFactory as AttachmentCollectionFactory; |
| 25 | 24 | use Magento\Catalog\Api\Data\ProductInterface; |
@@ -18,8 +18,6 @@ |
||
| 18 | 18 | use Magento\Backend\App\Action; |
| 19 | 19 | use Magento\Backend\App\Action\Context; |
| 20 | 20 | use Magento\Framework\App\ResponseInterface; |
| 21 | -use Magento\Framework\Controller\Result\Redirect; |
|
| 22 | -use Magento\Framework\Controller\ResultInterface; |
|
| 23 | 21 | use Magento\Framework\Exception\FileSystemException; |
| 24 | 22 | use Magento\Framework\Exception\NoSuchEntityException; |
| 25 | 23 | |