Example #1
0
 public function getDistrictArea()
 {
     return $this->hasOne(Kiwi::getAreaClass(), ['area_id' => 'district']);
 }