File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/TaxImportExport/Controller/Adminhtml/Rate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class ImportPost extends \Magento\TaxImportExport\Controller\Adminhtml\Rate
12
12
/**
13
13
* import action from import/export tax
14
14
*
15
- * @return \Magento\Framework\Controller \Result\Redirect
15
+ * @return \Magento\Backend\Model\View \Result\Redirect
16
16
*/
17
17
public function execute ()
18
18
{
@@ -31,7 +31,7 @@ public function execute()
31
31
} else {
32
32
$ this ->messageManager ->addError (__ ('Invalid file upload attempt ' ));
33
33
}
34
- /** @var \Magento\Framework\Controller \Result\Redirect $resultRedirect */
34
+ /** @var \Magento\Backend\Model\View \Result\Redirect $resultRedirect */
35
35
$ resultRedirect = $ this ->resultFactory ->create (ResultFactory::TYPE_REDIRECT );
36
36
$ resultRedirect ->setPath ('*/*/importexport ' );
37
37
return $ resultRedirect ;
You can’t perform that action at this time.
0 commit comments