Fixes for postmark bindings

This commit is contained in:
David Bomba 2021-06-17 14:03:02 +10:00
parent d861e2101e
commit 83bc6619b1

View File

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