We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9eda3 commit b919470Copy full SHA for b919470
models/User.php
@@ -19,6 +19,7 @@
19
*/
20
class User extends UserModel
21
{
22
+ public int $id = 0;
23
public string $firstname = '';
24
public string $lastname = '';
25
public string $email = '';
0 commit comments