add tel question type

This commit is contained in:
Simon Vieille 2020-07-16 15:33:24 +02:00
commit 19e54f92de
Signed by: deblan
GPG key ID: 03383D15A1D31745
5 changed files with 54 additions and 0 deletions

View file

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