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