From c83a92e2d9ff2326ee1314b08bacf27d1aa6edba Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 17 Jun 2021 14:22:56 +1000 Subject: [PATCH] Fixes for postmark bindings --- config/services.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/services.php b/config/services.php index ec997c835684..282d814c4abe 100644 --- a/config/services.php +++ b/config/services.php @@ -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'), + ], ];