From c6c3877cf7b9e8ba536f6c2b91222c23004eca8e Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Sun, 30 Aug 2020 21:22:07 +0300 Subject: [PATCH] app() --- tests/Concerns/TestsWebSockets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();