dir commit
This commit is contained in:
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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user