From 8882ef65e1c5f3b96cb305a4f9b8129484945a64 Mon Sep 17 00:00:00 2001 From: lemoinealexandre Date: Fri, 4 Dec 2020 03:00:20 +0100 Subject: [PATCH] constructeur --- .idea/workspace.xml | 84 --------------------------------------------- php/Pointage.php | 2 +- 2 files changed, 1 insertion(+), 85 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 5fe496d..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1607026953826 - - - - - - - - - \ No newline at end of file diff --git a/php/Pointage.php b/php/Pointage.php index f6a9fea..1dc1ae7 100644 --- a/php/Pointage.php +++ b/php/Pointage.php @@ -22,6 +22,6 @@ class Pointage $this->bateauLoisir=$bateauLoisir; $this->bateauVoile=$bateauVoile; $this->produit=$produit; - $this->niveauDechet=$niveauDechet; + $this->niveauDechet=$niveauDechet; } } \ No newline at end of file