From 12e230675519e754db5fad8a6fb807ab3a29086f Mon Sep 17 00:00:00 2001 From: Jan Klepek Date: Tue, 17 Sep 2019 15:39:15 +0200 Subject: [PATCH] add mailgun_endpoint into mailgun config --- config/services.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services.php b/config/services.php index d72eea32f3..7628775942 100644 --- a/config/services.php +++ b/config/services.php @@ -38,6 +38,7 @@ return [ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), + 'endpoint' => env('MAILGUN_ENDPOINT'), 'secret' => env('MAILGUN_SECRET'), ],