From 110f9ce172a5d491c69c34390b71fc9b29920d46 Mon Sep 17 00:00:00 2001 From: "lucie.goigoux2" Date: Wed, 25 Oct 2023 11:09:06 +0200 Subject: [PATCH] suppression du fichier vocabulaire --- Project/php/model/Vocabulaire.php | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 Project/php/model/Vocabulaire.php diff --git a/Project/php/model/Vocabulaire.php b/Project/php/model/Vocabulaire.php deleted file mode 100755 index b173db8..0000000 --- a/Project/php/model/Vocabulaire.php +++ /dev/null @@ -1,24 +0,0 @@ -id = $id; - $this->nom = $nom; - $this->picture = $picture; - $this->creator = $creator; - } - - protected function changePicture(Picture $newImg){ - $this->picture = $newImg; - } -} -