dir commit

This commit is contained in:
2022-10-21 20:26:20 +02:00
parent f6a5e96576
commit 2a8fa3f397
4 changed files with 343 additions and 8 deletions
src

@ -9,9 +9,10 @@ class User
private string $password,
private string $first = '',
private string $last = '',
private int $id = 0
private int $id = 0,
private bool $isAdmin = false
)
{
// empty body
}
{
// empty body
}
}