mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
Update adapter to not use phone number anymore
This commit is contained in:
parent
d5be760843
commit
78abbef26e
5 changed files with 15 additions and 26 deletions
|
@ -23,10 +23,9 @@ namespace adapters;
|
|||
/**
|
||||
* Adapter constructor, called when instanciated by RaspiSMS.
|
||||
*
|
||||
* @param string $number : Phone number the adapter is used for
|
||||
* @param json string $datas : JSON string of the datas to configure interaction with the implemented service
|
||||
*/
|
||||
public function __construct(string $number, string $datas);
|
||||
public function __construct(string $datas);
|
||||
|
||||
/**
|
||||
* Classname of the adapter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue