entrust
entrust copied to clipboard
A small mistake in the comments
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?