[], 'join_with' => [], 'orderby' => '', 'attribute_id_producer' => '' ] ; } public function getOne(User $user, PointSale $pointSale) { return UserPointSale::find() ->where([ 'id_user' => $user->id, 'id_point_sale' => $pointSale->id ])->one(); } }