postPlatform->post_id}"), new PrivateChannel("workspace.{$this->postPlatform->post->workspace_id}"), ]; } /** * @return array */ public function broadcastWith(): array { return [ 'post_id' => $this->postPlatform->post_id, ]; } public function broadcastQueue(): string { return 'broadcasts'; } }