Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 3ff362f

Browse files
authored
Added trailing comma
1 parent c838ba8 commit 3ff362f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/websockets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
'enable_client_messages' => false,
7474
'enable_statistics' => true,
7575
'allowed_origins' => [
76-
// env('LARAVEL_WEBSOCKETS_DOMAIN')
76+
// env('LARAVEL_WEBSOCKETS_DOMAIN'),
7777
],
7878
],
7979
],

0 commit comments

Comments
 (0)