Define private prop

This commit is contained in:
osaajani 2021-07-13 00:36:48 +02:00
parent eeba3104e2
commit 33ae2b0010
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ class OctopushVirtualNumberAdapter implements AdapterInterface
*/
private $api_url = 'https://api.octopush.com/v1/public';
/**
* Octopush phone number
*/
private $number;
/**
* Adapter constructor, called when instanciated by RaspiSMS.