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 3946034 commit bd8930dCopy full SHA for bd8930d
app/code/Magento/ImportExport/Model/Export.php
@@ -70,7 +70,7 @@ class Export extends \Magento\ImportExport\Model\AbstractModel
70
/**
71
* @var array
72
*/
73
- public static $backendTypeToFilterMapper = [
+ protected static $backendTypeToFilterMapper = [
74
'datetime' => self::FILTER_TYPE_DATE,
75
'decimal' => self::FILTER_TYPE_NUMBER,
76
'int' => self::FILTER_TYPE_NUMBER,
0 commit comments