Skip to content

Abstract services regenerated because of pagination problem

Compare
Choose a tag to compare
@yakari007 yakari007 released this 13 May 15:15
· 4 commits to master since this release
321adea

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.