'query' => PointSale::find() | 'query' => PointSale::find() | ||||
->where([ | ->where([ | ||||
'id_producer' => $this->getProducer()->id, | 'id_producer' => $this->getProducer()->id, | ||||
'restricted_access' => 0 | |||||
]), | ]), | ||||
'pagination' => [ | 'pagination' => [ | ||||
'pageSize' => 50, | 'pageSize' => 50, |