Updated config file

This commit is contained in:
Will Browning 2020-02-18 15:50:48 +00:00
parent 3056f5aed4
commit a61368bdd9

View file

@ -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,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------