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; - } -} -