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 0c0a4f5 commit f0601deCopy full SHA for f0601de
app/code/Magento/ImportExport/Model/Import.php
@@ -110,11 +110,11 @@ class Import extends AbstractModel
110
/**
111
* Import empty attribute default value
112
*/
113
- const DEFAULT_EMPTY_ATTRIBUTE_VALUE_CONSTANT = '__EMPTY__VALUE__';
114
- const DEFAULT_SIZE = 50;
115
- const MAX_IMPORT_CHUNKS = 4;
116
- const IMPORT_HISTORY_DIR = 'import_history/';
117
- const IMPORT_DIR = 'import/';
+ public const DEFAULT_EMPTY_ATTRIBUTE_VALUE_CONSTANT = '__EMPTY__VALUE__';
+ public const DEFAULT_SIZE = 50;
+ public const MAX_IMPORT_CHUNKS = 4;
+ public const IMPORT_HISTORY_DIR = 'import_history/';
+ public const IMPORT_DIR = 'import/';
118
119
120
* @var AbstractEntity|ImportAbstractEntity
0 commit comments