Exemple #1
0
 public function getCountries()
 {
     return @$this->hasOne(Countries::className(), ['id' => 'country']);
 }