unify controller dir: migrate api/v1 to Api/V1, remove PSR-4 workaround

This commit is contained in:
2026-04-15 09:41:51 +08:00
parent e925ec76dc
commit 4809ad03e4
11 changed files with 0 additions and 1 deletions
-1
View File
@@ -51,7 +51,6 @@
},
"autoload": {
"psr-4": {
"App\\Controller\\Api\\V1\\": "app/Controller/api/v1/",
"App\\": "app/"
},
"files": []