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