Fix ovh sms undefined var
This commit is contained in:
parent
3976ef0a24
commit
2373d1dd5b
|
@ -28,6 +28,11 @@ namespace adapters;
|
|||
*/
|
||||
private $api;
|
||||
|
||||
/**
|
||||
* Number used
|
||||
*/
|
||||
private $number;
|
||||
|
||||
/**
|
||||
* Number formated to be compatible with http query according to the ovh way.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue