Move includes/auth back to the standard classmap autoloader
[lhc/web/wiklou.git] / includes / AutoLoader.php
index d1c11c4..f1a8945 100644 (file)
@@ -128,7 +128,6 @@ class AutoLoader {
         */
        public static function getAutoloadNamespaces() {
                return [
-                       'MediaWiki\\Auth\\' => __DIR__ . '/auth/',
                        'MediaWiki\\Edit\\' => __DIR__ . '/edit/',
                        'MediaWiki\\EditPage\\' => __DIR__ . '/editpage/',
                        'MediaWiki\\Linker\\' => __DIR__ .'/linker/',