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