mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 12:36:02 +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();
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $endpointUrl;
|
||||
|
||||
/**
|
||||
* @param \Mailgun\Connection\RestClient $restClient
|
||||
* @param string $workingDomain
|
||||
|
Loading…
Reference in New Issue
Block a user