wip
This commit is contained in:
parent
53c5a9fce3
commit
6386e791aa
|
|
@ -57,7 +57,9 @@ class Logger
|
||||||
public function save()
|
public function save()
|
||||||
{
|
{
|
||||||
foreach ($this->statistics as $appId => $statistic) {
|
foreach ($this->statistics as $appId => $statistic) {
|
||||||
|
if ($statistic->isEnabled()) {
|
||||||
// TODO: perform http request
|
// TODO: perform http request
|
||||||
|
}
|
||||||
|
|
||||||
// Reset connection and message count
|
// Reset connection and message count
|
||||||
$connections = Collection::make($this->channelManager->getChannels($appId))->sum(function ($channel) {
|
$connections = Collection::make($this->channelManager->getChannels($appId))->sum(function ($channel) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue