예제 #1
0
파일: Users.php 프로젝트: damisadam/FMS
 public function getRole()
 {
     return $this->hasOne(AclRole::className(), ['id' => 'role_id']);
 }