dcblogdev / laravel-microsoft-graph

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

Fix: Add string as argument type to isJson function #75

Closed mrksdiehl closed 3 months ago

mrksdiehl commented 3 months ago

The function isJson is supposed to check if the result is a string or a json object. So it needs to accept strings.