This commit is contained in:
Simon Vieille 2015-11-25 18:28:47 +01:00
parent 05bb769be0
commit a5e049a79e

View file

@ -22,8 +22,8 @@ class CategoryFilterType extends BaseAbstractType
'Title',
'text',
array(
'required' => false,
'label' => 'Titre',
'required' => false,
'label' => 'Titre',
)
);