We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7c8b73 + a8b6dc3 commit c1a1a71Copy full SHA for c1a1a71
src/Resources/Emails.php
@@ -109,7 +109,7 @@ public function skip(string $skip): static
109
/**
110
* @throws Exception
111
*/
112
- public function get(string $folderId = '', array $params = []): MsGraph
+ public function get(string $folderId = '', array $params = []): array
113
{
114
$top = request('top', $this->top);
115
$skip = request('skip', $this->skip);
0 commit comments