forked from wallabag/wallabag
misc: reindent EntryFilterType
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -88,8 +88,7 @@ class EntryFilterType extends AbstractType
|
|||||||
'widget' => 'single_text',
|
'widget' => 'single_text',
|
||||||
],
|
],
|
||||||
'label' => 'entry.filters.created_at.label',
|
'label' => 'entry.filters.created_at.label',
|
||||||
]
|
])
|
||||||
)
|
|
||||||
->add('domainName', TextFilterType::class, [
|
->add('domainName', TextFilterType::class, [
|
||||||
'apply_filter' => function (QueryInterface $filterQuery, $field, $values) {
|
'apply_filter' => function (QueryInterface $filterQuery, $field, $values) {
|
||||||
$value = $values['value'];
|
$value = $values['value'];
|
||||||
|
|||||||
Reference in New Issue
Block a user