gdbonino

Results 2 issues of gdbonino

In the `PaginationTrait`, when calculating the `offset`, instead of using `itemsPerPage`, the number **10** is used directly.

I am using this library through `knpuniversity/oauth2-client-bundle` to log in users to my own oAuth2 server. This works great. The problem I have is that when I want to directly...