summaryrefslogtreecommitdiff
path: root/src/model/Clients.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-09-01 12:00:23 +0200
committerpolo <ordipolo@gmx.fr>2023-09-01 12:00:23 +0200
commit45f1b99a1060ee43deb6055faef1f8b16b5d80a2 (patch)
tree2be0c73b839b220433280daaf29d41644ecd4851 /src/model/Clients.php
parent6f4cc3afffde36a13618458ffda72e6104624f36 (diff)
downloadAppliGestionPHP-45f1b99a1060ee43deb6055faef1f8b16b5d80a2.zip
section 3 bientôt terminée
Diffstat (limited to 'src/model/Clients.php')
-rw-r--r--src/model/Clients.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/Clients.php b/src/model/Clients.php
index 6a4dcf5..524070a 100644
--- a/src/model/Clients.php
+++ b/src/model/Clients.php
@@ -42,7 +42,7 @@ class Clients extends Model
42 "À propos:" => $this->apropos, 42 "À propos:" => $this->apropos,
43 "Client ou Prospect?" => $this->type]; 43 "Client ou Prospect?" => $this->type];
44 } 44 }
45 public function getSetterAndSet(string $entry, string $input) 45 public function set(string $entry, string $input)
46 { 46 {
47 switch($entry) 47 switch($entry)
48 { 48 {