Ejemplo n.º 1
0
 public function getProduct()
 {
     return $this->hasOne(Product::className(), ['id' => 'product_id']);
 }