Skip to content

Commit bd8930d

Browse files
php4umagentodmanners
authored andcommitted
GETWO-1556] Export: Unable to Filter Data by Attribute With Input Type Multiple Select
Changed variable scope to be protected
1 parent 3946034 commit bd8930d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Model/Export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Export extends \Magento\ImportExport\Model\AbstractModel
7070
/**
7171
* @var array
7272
*/
73-
public static $backendTypeToFilterMapper = [
73+
protected static $backendTypeToFilterMapper = [
7474
'datetime' => self::FILTER_TYPE_DATE,
7575
'decimal' => self::FILTER_TYPE_NUMBER,
7676
'int' => self::FILTER_TYPE_NUMBER,

0 commit comments

Comments
 (0)