示例#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());
 }