You've already forked guangan
UserShare
This commit is contained in:
@ -25,4 +25,9 @@ class TicketUserShare extends Model
|
||||
return '未知';
|
||||
}
|
||||
}
|
||||
|
||||
public function linkedTicket()
|
||||
{
|
||||
return $this->belongsTo(TicketTicket::class, 'linked_ticket_id', 'id');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user