diff options
author | polo <ordipolo@gmx.fr> | 2025-08-03 04:06:53 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-08-03 04:06:53 +0200 |
commit | 90673ef19133e037cf401773f4262ba3d7d050bf (patch) | |
tree | 0b1a23427399a521747fab7a91a22fb2af4c5a19 /src/Config.php | |
parent | 547d7feed68e89957f062b8ed9b988f28c5830ce (diff) | |
download | cms-90673ef19133e037cf401773f4262ba3d7d050bf.zip |
réorganisation 4: déplacement de fichiers, plus que des contrôleurs dans /src/controller
Diffstat (limited to 'src/Config.php')
-rw-r--r-- | src/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.php b/src/Config.php index caa91d0..e25c180 100644 --- a/src/Config.php +++ b/src/Config.php | |||
@@ -1,5 +1,5 @@ | |||
1 | <?php | 1 | <?php |
2 | // src/controller/Config.php | 2 | // src/Config.php |
3 | 3 | ||
4 | declare(strict_types=1); | 4 | declare(strict_types=1); |
5 | 5 | ||