예제 #1
0
파일: User.php 프로젝트: resand/teachme
 public function voted()
 {
     return $this->belongsToMany(Ticket::getClass(), 'ticket_votes')->withTimestamps();
 }
예제 #2
0
 public function ticket()
 {
     return $this->belongsTo(Ticket::getClass());
 }