Skip to content

Commit 75a404b

Browse files
rimi-itkjekuaitk
andcommitted
Update src/Entity/OIDC.php
Fixed typo Co-authored-by: Jeppe Kuhlmann Andersen <78410897+jekuaitk@users.noreply.github.com>
1 parent 1c967bc commit 75a404b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/OIDC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class OIDC extends AbstractBaseEntity
1717
#[ORM\Column(length: 255)]
1818
#[Assert\NotBlank]
1919
#[Groups(['export'])]
20-
#[SerializedName('Domian')]
20+
#[SerializedName('Domain')]
2121
private ?string $domain = null;
2222

2323
#[ORM\Column(type: Types::DATETIME_MUTABLE)]

0 commit comments

Comments
 (0)