diff --git a/Project/php/User.php b/Project/php/User.php deleted file mode 100644 index d081eba..0000000 --- a/Project/php/User.php +++ /dev/null @@ -1,37 +0,0 @@ -id = $id; - $this->mail = $mail; - $this->nom = $nom; - $this->prenom = $prenom; - } - - protected function changeMail(String $newMail){ - $this->mail = $newMail; - } - - protected function changeNom(String $newNom){ - $this->nom = $newNom; - } - - protected function changePrenom(String $newPrenom){ - $this->prenom = $newPrenom; - } -} \ No newline at end of file