mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
rename const TYPE_CSV_LIST => TYPE_LIST
The list is not restricted to CSV format.
This commit is contained in:
parent
90f710faa0
commit
63a1ab8d93
@ -28,7 +28,7 @@ use Symfony\Component\Form\FormBuilderInterface;
|
||||
interface FormatterInterface
|
||||
{
|
||||
const TYPE_TABULAR = 'tabular';
|
||||
const TYPE_CSV_LIST = 'csvlist';
|
||||
const TYPE_LIST = 'list';
|
||||
|
||||
public function getType();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user