Skip to content

Abstract services regenerated because of pagination problem

Choose a tag to compare

@yakari007 yakari007 released this 13 May 14:28
· 88 commits to master since this release
c2472a8

Abstract services regenerated because of pagination problem. This problem was creating a security issue. The original was of paginating the objects was with the Laravel Eloquent pagination like $model->paginate(). However this method discards all the security controls added by Builder in AuthorizationRoles. That is why we manually implemented the pagination object.