Commit 0d541ecb by Taylor Otwell

Merge pull request #3360 from patrickbrouwers/patch-2

Add log driver to broadcasting connections
parents 89e2d8e1 1c4dcea2
......@@ -39,6 +39,10 @@ return [
'driver' => 'redis',
'connection' => 'default',
],
'log' => [
'driver' => 'log',
],
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment