Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit c6c3877

Browse files
committed
app()
1 parent 1923cee commit c6c3877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Concerns/TestsWebSockets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function setUp(): void
5151

5252
StatisticsLogger::swap(new FakeMemoryStatisticsLogger(
5353
$this->channelManager,
54-
app(StatisticsDriver::class)
54+
$this->statisticsDriver
5555
));
5656

5757
$this->configurePubSub();

0 commit comments

Comments
 (0)