This commit is contained in:
Marcel Pociot 2018-12-03 13:37:30 +01:00
parent 53c5a9fce3
commit 6386e791aa
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ class Logger
public function save()
{
foreach ($this->statistics as $appId => $statistic) {
// TODO: perform http request
if ($statistic->isEnabled()) {
// TODO: perform http request
}
// Reset connection and message count
$connections = Collection::make($this->channelManager->getChannels($appId))->sum(function ($channel) {