Skip to content

Commit 3ee5d29

Browse files
authored
Merge pull request #77 from dcblogdev/set-user-model-type-to-string
Set user model to be string
2 parents 43af488 + 27b3762 commit 3ee5d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MsGraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function getApiVersion(): string
7979
return self::$baseUrl;
8080
}
8181

82-
public static function setUserModel(object $model): static
82+
public static function setUserModel(string $model): static
8383
{
8484
self::$userModel = $model;
8585

0 commit comments

Comments
 (0)