mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
Add api for create and delete phone
This commit is contained in:
parent
df7c66f91c
commit
14cd233d92
5 changed files with 183 additions and 9 deletions
|
@ -245,10 +245,6 @@ class Phone extends \descartes\Controller
|
|||
}
|
||||
}
|
||||
|
||||
var_dump($field);
|
||||
var_dump($adapter_datas[$field['name']]);
|
||||
die();
|
||||
|
||||
\FlashMessage\FlashMessage::push('danger', 'Vous avez fourni un numéro de téléphone avec un format invalide.');
|
||||
|
||||
return $this->redirect(\descartes\Router::url('Phone', 'add'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue