public function getFavoritePointSale() | public function getFavoritePointSale() | ||||
{ | { | ||||
$arrayUserPointSale = UserPointSale::find() | $arrayUserPointSale = UserPointSale::find() | ||||
->innerJoinWith('pointSale') | |||||
->innerJoinWith('pointSale', true) | |||||
->where([ | ->where([ | ||||
'user_point_sale.id_user' => $this->id, | 'user_point_sale.id_user' => $this->id, | ||||
'point_sale.id_producer' => Producer::getId() | 'point_sale.id_producer' => Producer::getId() |