Added Slim\Views namespace extension

This commit is contained in:
2025-09-29 13:37:26 -03:00
parent 6f34ae24ec
commit 401dae9e07
7 changed files with 107 additions and 21 deletions

View File

@ -17,7 +17,8 @@
],
"autoload": {
"psr-4": {
"View\\": "src/"
"View\\": "src/",
"Slim\\Views\\": "lib/Slim/Views"
}
}
}