Skip to content

Commit

Permalink
fixes AdminMsGraph to allow $data to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Nov 14, 2024
1 parent 9c58e3c commit f1c473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MsGraphAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ protected function isJson(string $data): bool
/**
* @throws Exception
*/
protected function guzzle(string $type, string $request, array $data = []): mixed
protected function guzzle(string $type, string $request, ?array $data = []): mixed
{
try {
$client = new Client;
Expand Down

0 comments on commit f1c473a

Please sign in to comment.