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 3e0e4e2 commit ddb015eCopy full SHA for ddb015e
app/code/Magento/Ui/Component/Listing/Columns/Date.php
@@ -62,10 +62,10 @@ public function __construct(
62
UiComponentFactory $uiComponentFactory,
63
TimezoneInterface $timezone,
64
BooleanUtils $booleanUtils,
65
- ResolverInterface $localeResolver = null,
66
- DataBundle $dataBundle = null,
67
array $components = [],
68
- array $data = []
+ array $data = [],
+ ResolverInterface $localeResolver = null,
+ DataBundle $dataBundle = null
69
) {
70
$this->timezone = $timezone;
71
$this->booleanUtils = $booleanUtils;
0 commit comments