Browse Source

Updated config file

Will Browning 5 năm trước cách đây
mục cha
commit
a61368bdd9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
 
     /*
     |--------------------------------------------------------------------------