From f6bd18d6c268e5067df703b6254fa17c23582122 Mon Sep 17 00:00:00 2001 From: Alexander Vorwerk Date: Wed, 28 Dec 2022 22:50:03 +0100 Subject: Split a base class out of CommentStore so that extensions (i.e. CheckUser) can implement their own comment store without having a lot of code duplication basically the comment store version of I3a6486532f2ef36 Bug: T233004 Change-Id: Ib40f99e00a514d41776ce521baf113e46d37e9cd --- includes/api/ApiQueryWatchlist.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/api/ApiQueryWatchlist.php') diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index 52edf47aeff3..0e6ebfc575f8 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -21,6 +21,7 @@ */ use MediaWiki\CommentFormatter\CommentFormatter; +use MediaWiki\CommentStore\CommentStore; use MediaWiki\Linker\LinkTarget; use MediaWiki\ParamValidator\TypeDef\UserDef; use MediaWiki\Revision\RevisionRecord; -- cgit v1.2.3