createQuery(); return $query->matching( $query->in('uid', $uids) // Use 'uid' instead of 'uids' )->execute(); } }