diff --git a/tests/Concerns/TestsWebSockets.php b/tests/Concerns/TestsWebSockets.php index 2203121..86bc9ab 100644 --- a/tests/Concerns/TestsWebSockets.php +++ b/tests/Concerns/TestsWebSockets.php @@ -51,7 +51,7 @@ trait TestsWebSockets StatisticsLogger::swap(new FakeMemoryStatisticsLogger( $this->channelManager, - app(StatisticsDriver::class) + $this->statisticsDriver )); $this->configurePubSub();