Skip to content

Commit eee0223

Browse files
authored
[Messenger][CS] Add missing comma in PHP configuration
1 parent 4c041bc commit eee0223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ options. Options can be passed to the transport via a DSN string or configuratio
899899
'dsn' => '%env(MESSENGER_TRANSPORT_DSN)%',
900900
'options' => [
901901
'auto_setup' => false,
902-
]
902+
],
903903
],
904904
],
905905
],

0 commit comments

Comments
 (0)