Skip to content

Commit

Permalink
feat: Add redirectUrl to Organization
Browse files Browse the repository at this point in the history
  • Loading branch information
petski committed Oct 16, 2024
1 parent ff91d30 commit 0819eed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Representation/Organization.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ public function __construct(
protected ?IdentityProviderCollection $identityProviders = null,
#[Since('26.0.0')]
protected ?string $alias = null,
#[Since('26.0.0')]
protected ?string $redirectUrl = null,
) {}
}

0 comments on commit 0819eed

Please sign in to comment.