Fix ovh sms undefined var

This commit is contained in:
osaajani 2020-06-22 18:27:56 +02:00
parent 3976ef0a24
commit 2373d1dd5b
1 changed files with 5 additions and 0 deletions

View File

@ -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.
*/