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

View File

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