cartalyst / sentinel

A framework agnostic authentication & authorization system.
BSD 3-Clause "New" or "Revised" License
1.52k stars 240 forks source link

Add inAnyRole to the list of static methods #525

Closed sabas closed 4 years ago

sabas commented 4 years ago

Calling Sentinel::inAnyRole() wouldn't work while Sentinel::inRole() was working in the same context.

brunogaspar commented 4 years ago

Thanks!