Skip to content

Commit 4f6b6c8

Browse files
committed
Styling issue.
1 parent d83aae2 commit 4f6b6c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/broadcasting.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
'app_id' => env('REVERB_APP_ID'),
3838
'options' => [
3939
'useTLS' => env('REVERB_SERVER_SCHEME', 'https') === 'https',
40-
'host' => env('REVERB_SERVER_HOST', env('APP_URL') ? parse_url(env('APP_URL'))['host'] : 'openshift.docker.dev'),
40+
'host' => env('REVERB_SERVER_HOST',
41+
env('APP_URL') ? parse_url(env('APP_URL'))['host'] : 'openshift.docker.dev'),
4142
'port' => env('REVERB_SERVER_PORT', env('REVERB_PORT', 443)),
4243
'scheme' => env('REVERB_SERVER_SCHEME', 'https'),
4344
'debug' => env('REVERB_DEBUG', false),

0 commit comments

Comments
 (0)