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/DevisFactures.php | |
| parent | ff14091476a35de16a9ea3208501040cfae93a06 (diff) | |
| download | AppliGestionPHP-dedbe2f5cee33431c1299c7f0dbef4e247dc2447.tar.gz AppliGestionPHP-dedbe2f5cee33431c1299c7f0dbef4e247dc2447.tar.bz2 AppliGestionPHP-dedbe2f5cee33431c1299c7f0dbef4e247dc2447.zip | |
nouveau client main.php en cours
Diffstat (limited to 'src/model/DevisFactures.php')
| -rw-r--r-- | src/model/DevisFactures.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/model/DevisFactures.php b/src/model/DevisFactures.php index be733dd..218ebfe 100644 --- a/src/model/DevisFactures.php +++ b/src/model/DevisFactures.php | |||
| @@ -19,10 +19,7 @@ class DevisFactures extends Model | |||
| 19 | private $deplacement; | 19 | private $deplacement; |
| 20 | private $total_HT; | 20 | private $total_HT; |
| 21 | 21 | ||
| 22 | public function __construct() | 22 | use ModelChildren; |
| 23 | { | ||
| 24 | $this->table = strtolower(__CLASS__); | ||
| 25 | } | ||
| 26 | 23 | ||
| 27 | // setters | 24 | // setters |
| 28 | public function setID(int $value) | 25 | public function setID(int $value) |
