Declare endpointUrl field

To avoid `field declared dynamically` and `field not found` warnings in IDEs
This commit is contained in:
Nebojša Kamber 2016-03-29 12:14:40 +02:00
parent 230fdd43ae
commit 6a8f2dd424

View File

@ -40,6 +40,11 @@ class BatchMessage extends MessageBuilder{
*/
private $messageIds = array();
/**
* @var string
*/
private $endpointUrl;
/**
* @param \Mailgun\Connection\RestClient $restClient
* @param string $workingDomain