mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
Fix for deprecation message for sendMessage()
(#383)
The `sendMessage()` method will be replaced by `Mailgun->messages()->send()` see issue #383
This commit is contained in:
parent
5b098407d0
commit
253bce7789
@ -127,7 +127,7 @@ class Mailgun
|
||||
*
|
||||
* @return \stdClass
|
||||
*
|
||||
* @deprecated Use Mailgun->message() instead. Will be removed in 3.0
|
||||
* @deprecated Use Mailgun->messages()->send() instead. Will be removed in 3.0
|
||||
*/
|
||||
public function sendMessage($workingDomain, $postData, $postFiles = [])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user