add default value for mailgun endpoint

This commit is contained in:
Jan Klepek 2019-09-17 15:54:53 +02:00 committed by GitHub
parent 12e2306755
commit 7d2a86580d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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