diff --git a/config/broadcasting.php b/config/broadcasting.php index 3b21dc22..8878064f 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -39,6 +39,10 @@ 'driver' => 'redis', 'connection' => 'default', ], + + 'log' => [ + 'driver' => 'log', + ], ],