diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index a6d15eb..190e150 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -23,6 +23,8 @@ * @file */ +use MediaWiki\MediaWikiServices; + class LogEventsList extends ContextSource { const NO_ACTION_LINK = 1; const NO_EXTRA_USER_LINKS = 2;