Move some more classes to AutoloadNamespaces

Bug: T187154
Change-Id: I7e9407c1b0e03ccb699e4a11b6b44529d70fee3d
This commit is contained in:
Reedy 2020-04-18 03:59:38 +01:00
parent a89c424181
commit 46549db31e
1 changed files with 1 additions and 4 deletions

View File

@ -22,14 +22,11 @@
]
},
"AutoloadClasses": {
"Vector\\Constants": "includes/Constants.php",
"Vector\\Hooks": "includes/Hooks.php",
"Vector\\SkinVersionLookup": "includes/SkinVersionLookup.php",
"SkinVector": "includes/SkinVector.php",
"VectorTemplate": "includes/VectorTemplate.php"
},
"AutoloadNamespaces": {
"Vector\\FeatureManagement\\": "includes/FeatureManagement/"
"Vector\\": "includes/"
},
"ConfigRegistry": {
"vector": "GlobalVarConfig::newInstance"