Add log driver to broadcasting connections
This commit is contained in:
parent
89e2d8e174
commit
1c4dcea2a2
|
@ -40,6 +40,10 @@
|
|||
'connection' => 'default',
|
||||
],
|
||||
|
||||
'log' => [
|
||||
'driver' => 'log',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue