laravel-microsoft-graph
laravel-microsoft-graph copied to clipboard
Allow string user_ids
This PR changes the storeToken method to allow string user_ids instead of just int. All other methods that use the user_id or return it are already typed to string.