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/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Config.php') 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 { if(self::checkPath($field, $value)) { - $value = self::slashAtEndOfPath($value); - self::$$field = $value; + self::$$field = self::slashAtEndOfPath($value); + //self::$$field = $value; } } else // tester le reste? -- cgit v1.2.3