mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-25 22:36:06 +03:00
Declare endpointUrl field
To avoid `field declared dynamically` and `field not found` warnings in IDEs
This commit is contained in:
parent
230fdd43ae
commit
6a8f2dd424
@ -39,6 +39,11 @@ class BatchMessage extends MessageBuilder{
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $messageIds = array();
|
private $messageIds = array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
private $endpointUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param \Mailgun\Connection\RestClient $restClient
|
* @param \Mailgun\Connection\RestClient $restClient
|
||||||
|
Loading…
Reference in New Issue
Block a user