refactor date and datetime types

remove tel and phone types
This commit is contained in:
Simon Vieille 2020-08-05 16:16:23 +02:00
commit 7398d04a3e
11 changed files with 139 additions and 169 deletions

View file

@ -56,8 +56,6 @@ class Question extends Entity {
'dropdown',
'date',
'datetime',
'email',
'tel',
];
public function __construct() {