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