From f32ae78888536da702677a976419add737a2884f Mon Sep 17 00:00:00 2001 From: rennokki Date: Thu, 13 Aug 2020 13:23:21 +0300 Subject: [PATCH] Apply fixes from StyleCI (#445) --- config/websockets.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/websockets.php b/config/websockets.php index 90de3e7..01ee97b 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -132,7 +132,6 @@ return [ * The Statistics Logger will, by default, handle the incoming statistics, store them * and then release them into the database on each interval defined below. */ - 'logger' => \BeyondCode\LaravelWebSockets\Statistics\Logger::class, /*