Browse Source

Formatting fix

Gareth Thompson 6 years ago
parent
commit
13990ebbd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/services.php

+ 1 - 1
config/services.php

@@ -22,7 +22,7 @@ return [
     'ses' => [
         'key' => env('SES_KEY'),
         'secret' => env('SES_SECRET'),
-        'region' => env('SES_REGION','us-east-1'),
+        'region' => env('SES_REGION', 'us-east-1'),
     ],
 
     'sparkpost' => [