예제 #1
0
 public function getOrganizaciones()
 {
     return $this->hasOne(Organizacion::className(), ['id' => 'id_organizacion']);
 }