Example #1
0
 public function getVariant()
 {
     return $this->hasOne(FieldVariant::className(), ['id' => 'variant_id']);
 }