Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit f9cf723

Browse files
committed
Disabled broadcast()
1 parent 8b5cd76 commit f9cf723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Statistics/Logger/MemoryStatisticsLogger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ public function save()
105105
continue;
106106
}
107107

108-
broadcast(new StatisticsUpdated(
108+
/* broadcast(new StatisticsUpdated(
109109
$this->driver::create($statistic->toArray())
110-
));
110+
)); */
111111

112112
$currentConnectionCount = $this->channelManager->getConnectionCount($appId);
113113

0 commit comments

Comments
 (0)