예제 #1
0
 public function getTranslations()
 {
     return $this->hasMany(ProductCountryTranslation::className(), ['country_id' => 'id']);
 }