Tweak a few broadcasting configurations.

This commit is contained in:
Taylor Otwell
2016-08-05 15:44:29 -05:00
parent 5fad3768cb
commit 9df814e512
3 changed files with 11 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ return [
| framework when an event needs to be broadcast. You may set this to
| any of the connections defined in the "connections" array below.
|
| Supported: "pusher", "redis", "log"
| Supported: "pusher", "redis", "log", "null"
|
*/
@@ -49,6 +49,10 @@ return [
'driver' => 'log',
],
'null' => [
'driver' => 'null',
],
],
];