Skip to content

Commit b919470

Browse files
committed
Add id to User model
1 parent ee9eda3 commit b919470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*/
2020
class User extends UserModel
2121
{
22+
public int $id = 0;
2223
public string $firstname = '';
2324
public string $lastname = '';
2425
public string $email = '';

0 commit comments

Comments
 (0)