Formatting fix

This commit is contained in:
Gareth Thompson 2018-04-09 12:42:18 +01:00 committed by GitHub
parent d75a0f3baf
commit 13990ebbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' => [