@@ -43,7 +43,7 @@ |
||
43 | 43 | */ |
44 | 44 | public function broadcastOn() |
45 | 45 | { |
46 | - $postEvent = in_array($this->collection, config('apanalytics.format_collections')); |
|
46 | + $postEvent = in_array($this->collection, config('apanalytics.format_collections')); |
|
47 | 47 | |
48 | 48 | if ($postEvent) { |
49 | 49 | return new PresenceChannel("analytics.{$this->collection}.{$this->basename}.{$this->itemId}"); |