tweet = $tweet; $this->previousMissionStatus = $previousMissionStatus; } /** * Get the channels the event should broadcast on. * * @return Channel|array */ public function broadcastOn() { return []; } }