bbatsche / entrust

Role-based Permissions for Laravel 4
MIT License
3 stars 4 forks source link

Refactor ability() to use existing can() and hasRole() functionality #8

Open bbatsche opened 9 years ago

bbatsche commented 9 years ago

Pass array values directly to can() and hasRole(), consolidating code

Depends on issue #7