Merge pull request #3360 from patrickbrouwers/patch-2

Add log driver to broadcasting connections
This commit is contained in:
Taylor Otwell 2015-05-06 16:48:50 -05:00
commit 0d541ecb9a
1 changed files with 4 additions and 0 deletions

View File

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