php: add proxy module

This commit is contained in:
vanyauhalin
2023-08-03 17:28:48 +04:00
parent 5a3330beb2
commit b4905eb94e
2 changed files with 64 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"Example\\Common\\": "src/common/",
"Example\\Configuration\\" : "src/configuration/",
"Example\\Helpers\\" : "src/helpers/",
"Example\\Proxy\\": "src/proxy/",
"Example\\Views\\" : "src/views/"
}
}