From dedbe2f5cee33431c1299c7f0dbef4e247dc2447 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 19 Dec 2022 02:51:03 +0100 Subject: nouveau client main.php en cours --- src/model/Prestations.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/model/Prestations.php') diff --git a/src/model/Prestations.php b/src/model/Prestations.php index 4f58d70..32f9768 100644 --- a/src/model/Prestations.php +++ b/src/model/Prestations.php @@ -13,10 +13,7 @@ class Prestations extends Model private $mode_paiement; private $commentaires; - public function __construct() - { - $this->table = strtolower(__CLASS__); - } + use ModelChildren; // setters public function setID(int $value) -- cgit v1.2.3