From 4b4261e9d4e1721f039fc28d9cb4276eee41e12e Mon Sep 17 00:00:00 2001 From: Alin Eugen Deac Date: Sat, 27 Aug 2016 20:23:15 +0200 Subject: [PATCH] Fix missing null driver configuration --- fixture/config/broadcasting.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fixture/config/broadcasting.php b/fixture/config/broadcasting.php index 40eb7fa..d51e9cb 100644 --- a/fixture/config/broadcasting.php +++ b/fixture/config/broadcasting.php @@ -49,6 +49,9 @@ 'driver' => 'log', ], + 'null' => [ + 'driver' => 'null', + ], ], ];