summaryrefslogtreecommitdiff
path: root/src/model/Locations.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2022-12-19 02:51:03 +0100
committerpolo <ordipolo@gmx.fr>2022-12-19 02:51:03 +0100
commitdedbe2f5cee33431c1299c7f0dbef4e247dc2447 (patch)
tree4d2481ca044aae30886a9879acd53c4777c180bc /src/model/Locations.php
parentff14091476a35de16a9ea3208501040cfae93a06 (diff)
downloadAppliGestionPHP-dedbe2f5cee33431c1299c7f0dbef4e247dc2447.zip
nouveau client main.php en cours
Diffstat (limited to 'src/model/Locations.php')
-rw-r--r--src/model/Locations.php5
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)