Merge pull request #6055 from turbo124/v5-develop

Fixes for postmark bindings
This commit is contained in:
David Bomba 2021-06-17 14:03:22 +10:00 committed by GitHub
commit 5aa5be0f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,4 +77,5 @@ return [
'client_secret' => env('BITBUCKET_CLIENT_SECRET'),
'redirect' => env('BITBUCKET_OAUTH_REDIRECT'),
],
'postmark' => env('POSTMARK_SECRET'),
];