diff options
Diffstat (limited to 'src/model/Clients.php')
-rw-r--r-- | src/model/Clients.php | 2 |
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 | { |