1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-02 14:26:29 +02:00

Define private prop

This commit is contained in:
osaajani 2021-07-13 00:36:48 +02:00
parent eeba3104e2
commit 33ae2b0010

View file

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