misc: reindent EntryFilterType

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2020-03-21 00:43:01 +01:00
parent ba820b12b6
commit 7fc38f667b

View file

@ -88,8 +88,7 @@ class EntryFilterType extends AbstractType
'widget' => 'single_text',
],
'label' => 'entry.filters.created_at.label',
]
)
])
->add('domainName', TextFilterType::class, [
'apply_filter' => function (QueryInterface $filterQuery, $field, $values) {
$value = $values['value'];