Skip to content

Commit

Permalink
Change to optional at Keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-haris committed Oct 31, 2024
1 parent 92e0c8f commit a89fbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Keycloak.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct(
*
* @var Client
*/
private Client $httpClient,
private ?Client $httpClient,

/**
* The base URL for Keycloak.
Expand Down

0 comments on commit a89fbc6

Please sign in to comment.