belongsTo(TicketCategory::class);} public function ticketcomments(){ return $this->hasMany(TicketComment::class);} public function user(){ return $this->belongsTo(User::class);} }