All working reception and sending with webhook. Commands still to test. Update test adapter to use local files

This commit is contained in:
osaajani 2020-01-07 17:55:16 +01:00
parent b5a36b1169
commit 768714cc1a
7 changed files with 80 additions and 23 deletions

View file

@ -53,7 +53,7 @@
* @param bool $flash : Is the SMS a Flash SMS
* @return mixed Uid of the sended message if send, False else
*/
public function send (string $destination, string $text, boolean $flash) : mixed;
public function send (string $destination, string $text, bool $flash);
/**