Skip to content

Commit

Permalink
Add backwards compatibility alias
Browse files Browse the repository at this point in the history
  • Loading branch information
narendravaghela committed Oct 6, 2018
1 parent 7676f8f commit 5993b39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mailer/Transport/MailgunTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,6 @@ protected function _reset()
$this->_formData = new FormData();
}
}

// @deprecated 3.0.0 Add backwards compat alias.
class_alias('Mailgun\Mailer\Transport\Mailgun', 'MailgunEmail\Mailer\Transport\Mailgun');

0 comments on commit 5993b39

Please sign in to comment.