issues
search
czim
/
laravel-repository
Repository pattern implementation for Laravel
MIT License
51
stars
19
forks
source link
fix paginate perPage
#13
Closed
spelcaster
closed
4 years ago
spelcaster
commented
4 years ago
If $perPage is not given to BaseRepository@paginate, the method BaseRepository@getDefaultPerPage will be used;
Changed the precedence order of the
perPage
to be used;
czim
commented
4 years ago
Thanks, this makes sense!
perPage
to be used;