Separate daemons and responsabilities insides thoses daemons. Add webhook & commands, still to test

This commit is contained in:
osaajani 2020-01-07 01:31:34 +01:00
parent 78b3ded31d
commit b5a36b1169
9 changed files with 530 additions and 184 deletions

View file

@ -76,10 +76,9 @@
/**
* Method called to read SMSs of the number
* @param float $since : Unix microtime representation of the date from wich we want to read the SMSs
* @return array : Array of the sms reads
*/
public function read (float $since) : array
public function read () : array
{
return [];
}