aboutsummaryrefslogtreecommitdiffstats
path: root/autoload.php
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2024-04-03 02:12:33 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2024-04-03 02:12:33 +0000
commit22cda00fd14c15f5195e7997ccf5db59910b0e5c (patch)
treea5358fd86641a743ed3af4d4fa4a84f901fcd619 /autoload.php
parente9cc19a4baacf1751217c9ea5770f8ee652dfbc4 (diff)
parent34b1ab1948176f7f33e89cfcb3728792b150d305 (diff)
downloadmediawikicore-22cda00fd14c15f5195e7997ccf5db59910b0e5c.tar.gz
mediawikicore-22cda00fd14c15f5195e7997ccf5db59910b0e5c.zip
Merge "REST: Add support for complex parameters."
Diffstat (limited to 'autoload.php')
-rw-r--r--autoload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload.php b/autoload.php
index ab2543b4c706..50bfb4ce109b 100644
--- a/autoload.php
+++ b/autoload.php
@@ -1788,6 +1788,7 @@ $wgAutoloadLocalClasses = [
'MediaWiki\\Pager\\TablePager' => __DIR__ . '/includes/pager/TablePager.php',
'MediaWiki\\Pager\\UploadStashPager' => __DIR__ . '/includes/specials/pagers/UploadStashPager.php',
'MediaWiki\\Pager\\UsersPager' => __DIR__ . '/includes/specials/pagers/UsersPager.php',
+ 'MediaWiki\\ParamValidator\\TypeDef\\ArrayDef' => __DIR__ . '/includes/ParamValidator/TypeDef/ArrayDef.php',
'MediaWiki\\ParamValidator\\TypeDef\\NamespaceDef' => __DIR__ . '/includes/ParamValidator/TypeDef/NamespaceDef.php',
'MediaWiki\\ParamValidator\\TypeDef\\TagsDef' => __DIR__ . '/includes/ParamValidator/TypeDef/TagsDef.php',
'MediaWiki\\ParamValidator\\TypeDef\\TitleDef' => __DIR__ . '/includes/ParamValidator/TypeDef/TitleDef.php',