Explorar o código

Updated config file

Will Browning %!s(int64=5) %!d(string=hai) anos
pai
achega
a61368bdd9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/anonaddy.php

+ 1 - 1
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,
 
 
     /*
     /*
     |--------------------------------------------------------------------------
     |--------------------------------------------------------------------------