Skip to content

Commit

Permalink
Merge pull request #77 from dcblogdev/set-user-model-type-to-string
Browse files Browse the repository at this point in the history
Set user model to be string
  • Loading branch information
dcblogdev authored May 12, 2024
2 parents 43af488 + 27b3762 commit 3ee5d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MsGraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function getApiVersion(): string
return self::$baseUrl;
}

public static function setUserModel(object $model): static
public static function setUserModel(string $model): static
{
self::$userModel = $model;

Expand Down

0 comments on commit 3ee5d29

Please sign in to comment.