Skip to content

Commit 0d8b0e0

Browse files
committed
comma after last element of the config.
1 parent be15366 commit 0d8b0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Add your Messagebird Access Key, Default originator (name or number of sender),
5757
'messagebird' => [
5858
'access_key' => env('MESSAGEBIRD_ACCESS_KEY'),
5959
'originator' => env('MESSAGEBIRD_ORIGINATOR'),
60-
'recipients' => env('MESSAGEBIRD_RECIPIENTS')
60+
'recipients' => env('MESSAGEBIRD_RECIPIENTS'),
6161
],
6262
...
6363
```

0 commit comments

Comments
 (0)