app()
This commit is contained in:
parent
1923ceedea
commit
c6c3877cf7
|
|
@ -51,7 +51,7 @@ trait TestsWebSockets
|
|||
|
||||
StatisticsLogger::swap(new FakeMemoryStatisticsLogger(
|
||||
$this->channelManager,
|
||||
app(StatisticsDriver::class)
|
||||
$this->statisticsDriver
|
||||
));
|
||||
|
||||
$this->configurePubSub();
|
||||
|
|
|
|||
Loading…
Reference in New Issue