mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
fix style + undefined var api instead of api_key
This commit is contained in:
parent
f4cb825d16
commit
aaa7eb8061
6 changed files with 19 additions and 15 deletions
|
@ -19,7 +19,7 @@ use Monolog\Logger;
|
|||
*/
|
||||
class Phone extends AbstractDaemon
|
||||
{
|
||||
private $max_inactivity = 5*60;
|
||||
private $max_inactivity = 5 * 60;
|
||||
private $msg_queue;
|
||||
private $msg_queue_id;
|
||||
private $webhook_queue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue