diff options
author | polo <ordipolo@gmx.fr> | 2023-06-22 15:22:23 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-06-22 15:22:23 +0200 |
commit | 22b941b3526dd3aaf6976eb4ed30aa2ecc30f921 (patch) | |
tree | f345f53c2f4c0ecdeabf9b2d1aac280a4b708a56 /src/model/CESU.php | |
parent | ee372629d665ea0b77889e3cc6e9b1738310a68e (diff) | |
download | AppliGestionPHP-22b941b3526dd3aaf6976eb4ed30aa2ecc30f921.zip |
factorisation 1_new_service.php vers functions.php
Diffstat (limited to 'src/model/CESU.php')
-rw-r--r-- | src/model/CESU.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | <?php | 1 | <?php |
2 | // model/CESU.php | 2 | // src/model/CESU.php |
3 | 3 | ||
4 | class CESU extends Model | 4 | class CESU extends Model |
5 | { | 5 | { |