Skip to content

Commit 08ca3ee

Browse files
committed
MAGETWO-70327: Customer admin grid incorrectly filters by Date of Birth field
1 parent c78e8e6 commit 08ca3ee

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/Component/Form/Element/DataType

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Component/Form/Element/DataType/Date.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Date extends AbstractDataType
3434
/**
3535
* @var TimezoneInterface
3636
*/
37-
protected $localeDate;
37+
private $localeDate;
3838

3939
/**
4040
* Constructor

0 commit comments

Comments
 (0)