Skip to content

Commit 5eec78f

Browse files
committed
Student emails: fix property name
1 parent 7a9f5d3 commit 5eec78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Informat/Responses/Students/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Email
88
public int $pEmail;
99

1010
/** Email address. */
11-
public string $mail;
11+
public string $email;
1212

1313
/** Email address type. */
1414
public string $type;

0 commit comments

Comments
 (0)