mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
Fix ovh sms undefined var
This commit is contained in:
parent
3976ef0a24
commit
2373d1dd5b
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ namespace adapters;
|
||||||
*/
|
*/
|
||||||
private $api;
|
private $api;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Number used
|
||||||
|
*/
|
||||||
|
private $number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Number formated to be compatible with http query according to the ovh way.
|
* Number formated to be compatible with http query according to the ovh way.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue