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