Esempio n. 1
0
 public function getDistrict()
 {
     return $this->hasOne(District::className(), ['id' => 'district_id']);
 }