Use AutoloadNamespaces instead of AutoloadClasses

Change-Id: I9a1b95e1ff4c601c7101c6cf9cdc6f17e84a33a3
This commit is contained in:
Fomafix 2021-11-28 14:55:25 +00:00
parent 51cd95fac9
commit a1b66a08db

View file

@ -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
}