File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
app/code/Magento/ImportExport/Controller/Adminhtml/Import Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 8
8
use Magento \ImportExport \Controller \Adminhtml \Import as ImportController ;
9
9
use Magento \Framework \App \Filesystem \DirectoryList ;
10
10
11
+ /**
12
+ * Download sample file controller
13
+ */
11
14
class Download extends ImportController
12
15
{
13
16
const SAMPLE_FILES_DIRECTORY = 'Magento/ImportExport/Files/Sample/ ' ;
@@ -17,7 +20,9 @@ class Download extends ImportController
17
20
*/
18
21
protected $ resultRawFactory ;
19
22
20
- /** @var \Magento\Framework\Filesystem\Directory\WriteInterface */
23
+ /**
24
+ * @var \Magento\Framework\Filesystem\Directory\WriteInterface
25
+ */
21
26
protected $ fileDirectory ;
22
27
23
28
/**
@@ -43,7 +48,7 @@ public function __construct(
43
48
/**
44
49
* Download sample file action
45
50
*
46
- * @return void| \Magento\Backend\App\Action
51
+ * @return \Magento\Framework\Controller\Result\Raw
47
52
*/
48
53
public function execute ()
49
54
{
You can’t perform that action at this time.
0 commit comments