Add log driver to broadcasting connections

This commit is contained in:
Patrick Brouwers
2015-05-06 11:02:13 +02:00
parent 89e2d8e174
commit 1c4dcea2a2

View File

@@ -39,6 +39,10 @@ return [
'driver' => 'redis',
'connection' => 'default',
],
'log' => [
'driver' => 'log',
],
],