Skip to content

Commit 13990eb

Browse files
authored
Formatting fix
1 parent d75a0f3 commit 13990eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'ses' => [
2323
'key' => env('SES_KEY'),
2424
'secret' => env('SES_SECRET'),
25-
'region' => env('SES_REGION','us-east-1'),
25+
'region' => env('SES_REGION', 'us-east-1'),
2626
],
2727

2828
'sparkpost' => [

0 commit comments

Comments
 (0)