mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
php: update autoload map
This commit is contained in:
@ -9,11 +9,10 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"OnlineEditorsExamplePhp\\" : "",
|
||||
"OnlineEditorsExamplePhp\\Common\\": "common/",
|
||||
"OnlineEditorsExamplePhp\\Configuration\\" : "configuration/",
|
||||
"OnlineEditorsExamplePhp\\Helpers\\" : "helpers/",
|
||||
"OnlineEditorsExamplePhp\\Views\\" : "views/"
|
||||
"OnlineEditorsExamplePhp\\Common\\": "src/common/",
|
||||
"OnlineEditorsExamplePhp\\Configuration\\" : "src/configuration/",
|
||||
"OnlineEditorsExamplePhp\\Helpers\\" : "src/helpers/",
|
||||
"OnlineEditorsExamplePhp\\Views\\" : "src/views/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user