Beispiel #1
0
 public function getRol()
 {
     return $this->hasOne(Rol::className(), ['id' => 'rol_id']);
 }