We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57d5b4 commit e6afe2bCopy full SHA for e6afe2b
app/code/Magento/ImportExport/Controller/Adminhtml/ImportResult.php
@@ -20,12 +20,12 @@
20
*/
21
abstract class ImportResult extends Import
22
{
23
- const IMPORT_HISTORY_FILE_DOWNLOAD_ROUTE = '*/history/download';
+ public const IMPORT_HISTORY_FILE_DOWNLOAD_ROUTE = '*/history/download';
24
25
/**
26
* Limit view errors
27
28
- const LIMIT_ERRORS_MESSAGE = 100;
+ public const LIMIT_ERRORS_MESSAGE = 100;
29
30
31
* @var ReportProcessorInterface
0 commit comments