Zizaco / entrust

Role-based Permissions for Laravel 5
MIT License
6.05k stars 1.29k forks source link

A small mistake in the comments #953

Open mohammadreza33 opened 5 years ago

mohammadreza33 commented 5 years ago

In the Checking for Roles & Permissions section I think you made a small mistake in your comments! $ user-> hasRole (['owner', 'admin'], true); // false, user does not have admin (true: Owner) role Do I think right?