diff options
author | polo <ordipolo@gmx.fr> | 2022-12-19 02:51:03 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-12-19 02:51:03 +0100 |
commit | dedbe2f5cee33431c1299c7f0dbef4e247dc2447 (patch) | |
tree | 4d2481ca044aae30886a9879acd53c4777c180bc /src/model/Prestations.php | |
parent | ff14091476a35de16a9ea3208501040cfae93a06 (diff) | |
download | AppliGestionPHP-dedbe2f5cee33431c1299c7f0dbef4e247dc2447.zip |
nouveau client main.php en cours
Diffstat (limited to 'src/model/Prestations.php')
-rw-r--r-- | src/model/Prestations.php | 5 |
1 files changed, 1 insertions, 4 deletions
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 | |||
13 | private $mode_paiement; | 13 | private $mode_paiement; |
14 | private $commentaires; | 14 | private $commentaires; |
15 | 15 | ||
16 | public function __construct() | 16 | use ModelChildren; |
17 | { | ||
18 | $this->table = strtolower(__CLASS__); | ||
19 | } | ||
20 | 17 | ||
21 | // setters | 18 | // setters |
22 | public function setID(int $value) | 19 | public function setID(int $value) |