reload = true; return $this; } public function dispatch(): void { event($this); } /** * Get the channels the event should broadcast on. * * @return \Illuminate\Broadcasting\Channel */ public function broadcastOn() { return new Channel('jobs'); } }