dcblogdev / laravel-microsoft-graph

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

Fix issue when connecting with explicit id #9

Closed stromgren closed 4 years ago

stromgren commented 4 years ago

When calling the connect-method with explicit id it would fail trying to retrieve the users email address. This pull request fixes that issue by calling the API with the id.

This pull request doesn't affect the overall behaviour of this package.

stromgren commented 4 years ago

@dcblogdev Any chance of getting this merged?

dcblogdev commented 4 years ago

thank you 👏