예제 #1
0
파일: City.php 프로젝트: kd-brinex/kd
 public function getRegion()
 {
     return $this->hasOne(Region::className(), ['id' => 'region_id']);
 }