Define private prop
This commit is contained in:
parent
eeba3104e2
commit
33ae2b0010
|
@ -44,6 +44,11 @@ class OctopushVirtualNumberAdapter implements AdapterInterface
|
||||||
*/
|
*/
|
||||||
private $api_url = 'https://api.octopush.com/v1/public';
|
private $api_url = 'https://api.octopush.com/v1/public';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Octopush phone number
|
||||||
|
*/
|
||||||
|
private $number;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adapter constructor, called when instanciated by RaspiSMS.
|
* Adapter constructor, called when instanciated by RaspiSMS.
|
||||||
|
|
Loading…
Reference in New Issue