Fixes for postmark bindings

This commit is contained in:
David Bomba 2021-06-17 14:22:56 +10:00
parent 5aa5be0f5a
commit c83a92e2d9

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'),
],
];