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 53643bf commit a57d5b4Copy full SHA for a57d5b4
app/code/Magento/ImportExport/Controller/Adminhtml/ImportResult.php
@@ -20,12 +20,12 @@
20
*/
21
abstract class ImportResult extends Import
22
{
23
- public const IMPORT_HISTORY_FILE_DOWNLOAD_ROUTE = '*/history/download';
+ const IMPORT_HISTORY_FILE_DOWNLOAD_ROUTE = '*/history/download';
24
25
/**
26
* Limit view errors
27
28
- public const LIMIT_ERRORS_MESSAGE = 100;
+ const LIMIT_ERRORS_MESSAGE = 100;
29
30
31
* @var ReportProcessorInterface
0 commit comments