diff options
Diffstat (limited to 'app/Core/Base.php')
-rw-r--r-- | app/Core/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Base.php b/app/Core/Base.php index 5e179b13..6cb87cbc 100644 --- a/app/Core/Base.php +++ b/app/Core/Base.php @@ -22,7 +22,7 @@ use Pimple\Container; * @property \Integration\GitlabWebhook $gitlabWebhook * @property \Integration\HipchatWebhook $hipchatWebhook * @property \Integration\Jabber $jabber - * @property \Integration\MailgunWebhook $mailgunWebhook + * @property \Integration\Mailgun $mailgun * @property \Integration\Postmark $postmark * @property \Integration\SendgridWebhook $sendgridWebhook * @property \Integration\SlackWebhook $slackWebhook |