Example #1
0
 public function getModificators()
 {
     return $this->hasMany(ModificatorCategory::className(), ['productId' => 'id']);
 }