kodeine / laravel-acl

Light-weight role-based permissions system for Laravel 6+ built in Auth system.
MIT License
787 stars 217 forks source link

Fix typo in HasRole trait #244

Closed ajoy39 closed 4 years ago

ajoy39 commented 4 years ago

It always amazes me how something so simple can somehow manage to not fail any tests until it's too late.

@kodeine sorry, don't know how this didn't trip any tests considering all of them use the HasRole trait.

kodeine commented 4 years ago

@ajoy39 no problem