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/Config.php | |
parent | ee372629d665ea0b77889e3cc6e9b1738310a68e (diff) | |
download | AppliGestionPHP-22b941b3526dd3aaf6976eb4ed30aa2ecc30f921.zip |
factorisation 1_new_service.php vers functions.php
Diffstat (limited to 'src/Config.php')
-rw-r--r-- | src/Config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Config.php b/src/Config.php index 3e2b204..b4f8e5b 100644 --- a/src/Config.php +++ b/src/Config.php | |||
@@ -49,8 +49,8 @@ class Config | |||
49 | { | 49 | { |
50 | if(self::checkPath($field, $value)) | 50 | if(self::checkPath($field, $value)) |
51 | { | 51 | { |
52 | $value = self::slashAtEndOfPath($value); | 52 | self::$$field = self::slashAtEndOfPath($value); |
53 | self::$$field = $value; | 53 | //self::$$field = $value; |
54 | } | 54 | } |
55 | } | 55 | } |
56 | else // tester le reste? | 56 | else // tester le reste? |