bbatsche / entrust

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

Deprecate ability Options Array in Favor of Flags? #9

Open bbatsche opened 9 years ago

bbatsche commented 9 years ago

I'm not a big fan of options arrays; generally preferring to use bitwise flags for any function like that. Would it be appropriate to modify ability to use flags rather than an options array? Mostly hesitant because it seems like the Laravel way is more the latter but I'm not entirely certain.

Relevant to issues #7 and #8