Exemplo n.º 1
0
 public function getSeller()
 {
     return $this->hasOne(Seller::className(), ['id' => 'sellerId']);
 }