예제 #1
0
파일: Comment.php 프로젝트: BoBRoID/new.k-z
 public function getVotes()
 {
     return $this->hasMany(CommentVote::className(), ['commentID' => 'id']);
 }