From a61368bdd95db4e55b8a50fab0f02f7454e22d4e Mon Sep 17 00:00:00 2001 From: Will Browning Date: Tue, 18 Feb 2020 15:50:48 +0000 Subject: [PATCH] Updated config file --- config/anonaddy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/anonaddy.php b/config/anonaddy.php index 358e71b..3c71b45 100644 --- a/config/anonaddy.php +++ b/config/anonaddy.php @@ -167,7 +167,7 @@ return [ | */ - 'dkim_signing_key' => ! is_null(env('ANONADDY_DKIM_SIGNING_KEY')) ? file_get_contents(env('ANONADDY_DKIM_SIGNING_KEY')) : null, + 'dkim_signing_key' => env('ANONADDY_DKIM_SIGNING_KEY') ? file_get_contents(env('ANONADDY_DKIM_SIGNING_KEY')) : null, /* |--------------------------------------------------------------------------