Change reception sound + improve format for accessing datas of contact in template

This commit is contained in:
osaajani 2020-05-30 20:21:41 +02:00
parent 87301827bd
commit fdb01ffabc
8 changed files with 18 additions and 4 deletions

View file

@ -171,7 +171,7 @@ namespace adapters;
* @return array : [
* bool 'error' => false if no error, true else
* ?string 'error_message' => null if no error, else error message
* array 'uid' => Uid of the sms created on success
* ?string 'uid' => Uid of the sms created on success
* ]
*/
public function send(string $destination, string $text, bool $flash = false)