コード例 #1
0
ファイル: TicketComment.php プロジェクト: ariels78/TeachMe
 public function user()
 {
     return $this->belongsTo(User::getClass());
 }