From 22b941b3526dd3aaf6976eb4ed30aa2ecc30f921 Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 22 Jun 2023 15:22:23 +0200 Subject: factorisation 1_new_service.php vers functions.php --- src/model/CESU.php | 2 +- src/model/Clients.php | 2 +- src/model/DB.php | 2 +- src/model/DevisFactures.php | 2 +- src/model/File.php | 7 +++++++ src/model/Locations.php | 2 +- src/model/Model.php | 2 +- src/model/Prestations.php | 2 +- src/model/StructTablesDB.php | 2 +- src/model/traits.php | 2 +- 10 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 src/model/File.php (limited to 'src/model') diff --git a/src/model/CESU.php b/src/model/CESU.php index 8771607..dbb4023 100644 --- a/src/model/CESU.php +++ b/src/model/CESU.php @@ -1,5 +1,5 @@