Add missing Mailgun 'endpoint' option

Counterpart to https://github.com/laravel/framework/pull/25010
This commit is contained in:
Claudio Dekker 2018-09-06 14:02:17 +02:00
parent 8c41eae200
commit dfe5afa71b
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
],
'ses' => [