classe user fix

php
Anthony RICHARD 2 years ago
parent b1c6ee9ddd
commit 254c73148e

@ -99,6 +99,11 @@ class User
$this->surname = $surname;
}
public function __toString(): string
{
return $this->id." ".$this->mail." ".$this->name." ".$this->surname;
}

Loading…
Cancel
Save