Update dependencies in composer.lock
Upgraded multiple dependencies to their latest versions to ensure compatibility, address bug fixes, and incorporate new features. Notable updates include `aws/aws-sdk-php`, `guzzlehttp/guzzle`, `illuminate/*`, and several others.
This commit is contained in:
@@ -23,7 +23,9 @@ class entra
|
||||
|
||||
public function getGraphClient(): GraphServiceClient
|
||||
{
|
||||
return new GraphServiceClient($this->getTokenRequestContext());
|
||||
return new GraphServiceClient(
|
||||
$this->getTokenRequestContext(),
|
||||
);
|
||||
}
|
||||
|
||||
public function getTokenRequestContext(): ClientCredentialContext
|
||||
|
||||
Reference in New Issue
Block a user