Skip to content

Commit f764a75

Browse files
committed
Fix capitalization in registration student
1 parent 5eec78f commit f764a75

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
@@ -38,7 +38,7 @@ class Registration
3838
public ?string $stamnr;
3939

4040
/** Own defined location code */
41-
public string $vestcode;
41+
public string $vestCode;
4242

4343
/** Own descriptive name of the location */
4444
public string $vestiging;

0 commit comments

Comments
 (0)