Skip to content

Commit 018c7ab

Browse files
committed
Registrations: make stamnr nullable
1 parent d76a3ff commit 018c7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Informat/Responses/Students/Registration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Registration
3535
public string $school;
3636

3737
/** Students’ stamnummer */
38-
public string $stamnr;
38+
public ?string $stamnr;
3939

4040
/** Own defined location code */
4141
public string $vestcode;

0 commit comments

Comments
 (0)