Michał Karnicki
Michał Karnicki
Hi. The section of the documentation [here](https://httpoz.github.io/roles/roles/querying-roles/) says: ``` if($user->isAll('admin|forum.moderator')){ // do something } ``` yet, it contains an alternative symbol ( | ). That's actually confusing, as | would...
Hahahaha this is so funny :). It would be fun to document how one can use this. Unless this is purely as a joke, and you don't care if others...
### Describe the bug The following Microsoft Graph API endpoint: `https://graph.microsoft.com/v1.0/users/{{azureUserId}}?$select=userType` returns ``` { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users(userType)/$entity", "userType": "Member" } ``` However, the `Microsoft\Graph\Generated\Models\UserType` generated enum of the SDK contains `public...