bbatsche / entrust

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

Add Flags to can() and hasRole() #7

Closed bbatsche closed 9 years ago

bbatsche commented 9 years ago

Modify second parameter to can() and hasRole() to allow for flags indicating whether a boolean should be returned (default) or return a key/value array of role/permission => status

bbatsche commented 9 years ago

No longer relevant with issue #19