diff options
Diffstat (limited to 'src/model/Locations.php')
-rw-r--r-- | src/model/Locations.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/model/Locations.php b/src/model/Locations.php index 2aa175a..b788d43 100644 --- a/src/model/Locations.php +++ b/src/model/Locations.php | |||
@@ -15,10 +15,7 @@ class Locations extends Model | |||
15 | private $loyer_mensuel; | 15 | private $loyer_mensuel; |
16 | private $total_HT; | 16 | private $total_HT; |
17 | 17 | ||
18 | public function __construct() | 18 | use ModelChildren; |
19 | { | ||
20 | $this->table = strtolower(__CLASS__); | ||
21 | } | ||
22 | 19 | ||
23 | // setters | 20 | // setters |
24 | public function setID(int $value) | 21 | public function setID(int $value) |