mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
All working reception and sending with webhook. Commands still to test. Update test adapter to use local files
This commit is contained in:
parent
b5a36b1169
commit
768714cc1a
7 changed files with 80 additions and 23 deletions
|
@ -68,7 +68,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)
|
||||
{
|
||||
return uniqid();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue