This commit is contained in:
2024-07-03 15:15:59 +03:00
parent ec69208f05
commit a482a508e4
15 changed files with 1485 additions and 85 deletions

View File

@ -8,8 +8,7 @@
},
"autoload": {
"psr-4": {
"Controllers\\": "app/controllers/",
"Models\\": "app/models/"
"app\\": "app/"
}
}
}