rydurham / Sentinel

A Sentry bridge package for Laravel
http://www.ryandurham.com/projects/sentinel/
317 stars 68 forks source link

render() not working on users.index and groups.index #200

Closed Razorsheep closed 8 years ago

Razorsheep commented 8 years ago

When I try to render the paginator ( laravel 5.1 using branch 2.2 )

{!! $groups->render() !!}

or

{!! $users->render() !!}

in the respective index views nothing is rendered. If I test the same using

User::paginate(15);

in the Sentinel UsersController the paginator works fine in the index view.

rydurham commented 8 years ago

This has been fixed in v2.3.4.