mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-26 06:46:08 +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
@ -40,6 +40,11 @@ class BatchMessage extends MessageBuilder{
|
|||||||
*/
|
*/
|
||||||
private $messageIds = array();
|
private $messageIds = array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
private $endpointUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param \Mailgun\Connection\RestClient $restClient
|
* @param \Mailgun\Connection\RestClient $restClient
|
||||||
* @param string $workingDomain
|
* @param string $workingDomain
|
||||||
|
Loading…
Reference in New Issue
Block a user