bbatsche / entrust

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

Pass-by-Reference for Failed Roles/Permissions #19

Closed bbatsche closed 9 years ago

bbatsche commented 9 years ago

Rather than trying to extract information for a returned array (ew) just use an array passed-by-reference and throw failed roles/perms in there. Part of the change in issue #18. Refactor ability to behave similarly.

bbatsche commented 9 years ago

This has been completed