Merge pull request #6056 from turbo124/v5-develop

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

View File

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