belongsTo(SupportTicket::class, 'ticket_id'); } /** * Polymorphic sender (User or Admin) */ public function sender() { return $this->morphTo(); } }