Exemple #1
0
 public function voted()
 {
     return $this->belongsToMany(Ticket::getClass(), 'ticket_votes')->withTimestamps();
 }
Exemple #2
0
 public function ticket()
 {
     return $this->belongsTo(Ticket::getClass());
 }