Skip to content
Snippets Groups Projects
Commit a4afa264 authored by Tobias Gross-Vogt's avatar Tobias Gross-Vogt
Browse files

return partial pagination by default

parent eb1ea117
No related branches found
Tags v0.3.5
No related merge requests found
Pipeline #199636 passed
......@@ -246,7 +246,7 @@ class LDAPApi implements LoggerAwareInterface, ServiceSubscriberInterface
$persons[] = $person;
}
return Pagination::createFullPaginator($persons, $options, count($paginator));
return Pagination::createPartialPaginator($persons, $options);
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment