diff options
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) |