dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
122 stars 52 forks source link

Fix issue when connecting with specified ID #14

Closed stromgren closed 3 years ago

stromgren commented 3 years ago

When connecting with a specified user ID there was an error because the id was wrongly forwarded when fetching the user details for the first time. This was due to the __call-method having a new parameter added to it.

This pull request fixes that issue.

dcblogdev commented 3 years ago

thanks!