This commit is contained in:
freek 2018-12-03 23:39:04 +01:00
parent cdf229bfa1
commit f6c9add25d
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}); });