Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 4f28878

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

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-
protected static $backendTypeToFilterMapper = [
73+
private 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)