We're not using Broadcasting, so null the config
This commit is contained in:
@@ -39,9 +39,9 @@ return [
|
||||
|
||||
'pusher' => [
|
||||
'driver' => 'pusher',
|
||||
'key' => env('PUSHER_APP_KEY'),
|
||||
'secret' => env('PUSHER_APP_SECRET'),
|
||||
'app_id' => env('PUSHER_APP_ID'),
|
||||
'key' => null,
|
||||
'secret' => null,
|
||||
'app_id' => null,
|
||||
'options' => [
|
||||
//
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user