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