Skip to content

Commit

Permalink
feat: Add alias to Organization
Browse files Browse the repository at this point in the history
Fixes: #129
  • Loading branch information
petski committed Oct 16, 2024
1 parent 8a58bb0 commit ff91d30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Representation/Organization.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Fschmtt\Keycloak\Representation;

use Fschmtt\Keycloak\Attribute\Since;
use Fschmtt\Keycloak\Collection\IdentityProviderCollection;
use Fschmtt\Keycloak\Collection\OrganizationDomainCollection;
use Fschmtt\Keycloak\Collection\UserCollection;
Expand All @@ -23,5 +24,7 @@ public function __construct(
protected ?OrganizationDomainCollection $domains = null,
protected ?UserCollection $members = null,
protected ?IdentityProviderCollection $identityProviders = null,
#[Since('26.0.0')]
protected ?string $alias = null,
) {}
}

0 comments on commit ff91d30

Please sign in to comment.