wip
This commit is contained in:
parent
53c5a9fce3
commit
6386e791aa
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue