Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2023-08-08 12:57:27 +01:00
commit 4b2bf057c7

View file

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