From 83bc6619b17aa08e7eddc64d896ffd51b61636a6 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 17 Jun 2021 14:03:02 +1000 Subject: [PATCH] Fixes for postmark bindings --- config/services.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services.php b/config/services.php index 5997f3637790..ec997c835684 100644 --- a/config/services.php +++ b/config/services.php @@ -77,4 +77,5 @@ return [ 'client_secret' => env('BITBUCKET_CLIENT_SECRET'), 'redirect' => env('BITBUCKET_OAUTH_REDIRECT'), ], + 'postmark' => env('POSTMARK_SECRET'), ];