From 3ff362f9774d923cb096b849fdf94013e6fea2b1 Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 23 Jan 2021 16:41:41 +0200 Subject: [PATCH] Added trailing comma --- config/websockets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/websockets.php b/config/websockets.php index 1d07db1..681bb6b 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -73,7 +73,7 @@ return [ 'enable_client_messages' => false, 'enable_statistics' => true, 'allowed_origins' => [ - // env('LARAVEL_WEBSOCKETS_DOMAIN') + // env('LARAVEL_WEBSOCKETS_DOMAIN'), ], ], ],