wip
This commit is contained in:
parent
cdf229bfa1
commit
f6c9add25d
|
|
@ -53,7 +53,6 @@ class StartWebSocketServer extends Command
|
||||||
|
|
||||||
$browser = new Browser($this->loop, $connector);
|
$browser = new Browser($this->loop, $connector);
|
||||||
|
|
||||||
|
|
||||||
app()->singleton(StatisticsLoggerInterface::class, function() use ($browser) {
|
app()->singleton(StatisticsLoggerInterface::class, function() use ($browser) {
|
||||||
return new HttpStatisticsLogger(app(ChannelManager::class), $browser);
|
return new HttpStatisticsLogger(app(ChannelManager::class), $browser);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue