mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 14:56:43 +00:00
Use AutoloadNamespaces instead of AutoloadClasses
Change-Id: I9a1b95e1ff4c601c7101c6cf9cdc6f17e84a33a3
This commit is contained in:
parent
51cd95fac9
commit
a1b66a08db
|
@ -140,8 +140,8 @@
|
|||
"localBasePath": "modules",
|
||||
"remoteExtPath": "CodeEditor/modules"
|
||||
},
|
||||
"AutoloadClasses": {
|
||||
"MediaWiki\\Extension\\CodeEditor\\Hooks": "includes/Hooks.php"
|
||||
"AutoloadNamespaces": {
|
||||
"MediaWiki\\Extension\\CodeEditor\\": "includes/"
|
||||
},
|
||||
"manifest_version": 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue