From 45f1b99a1060ee43deb6055faef1f8b16b5d80a2 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 1 Sep 2023 12:00:23 +0200 Subject: =?UTF-8?q?section=203=20bient=C3=B4t=20termin=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/Clients.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/Clients.php') 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 "À propos:" => $this->apropos, "Client ou Prospect?" => $this->type]; } - public function getSetterAndSet(string $entry, string $input) + public function set(string $entry, string $input) { switch($entry) { -- cgit v1.2.3