Added trailing comma

This commit is contained in:
rennokki 2021-01-23 16:41:41 +02:00 committed by GitHub
parent c838ba8e39
commit 3ff362f977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ return [
'enable_client_messages' => false,
'enable_statistics' => true,
'allowed_origins' => [
// env('LARAVEL_WEBSOCKETS_DOMAIN')
// env('LARAVEL_WEBSOCKETS_DOMAIN'),
],
],
],