add mailgun_endpoint into mailgun config

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

View File

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