aboutsummaryrefslogtreecommitdiffstats
path: root/includes/user/CentralId
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2024-09-27 12:12:27 -0400
committerJames D. Forrester <jforrester@wikimedia.org>2024-09-27 16:19:10 -0400
commit9e5c1e8ac75872d8ac1fcd2808cd0a2a3c3a7aee (patch)
tree3dd4e6a56186491dbfdc70da94306643d6d89b73 /includes/user/CentralId
parentefd9035b81d4fe092e62260074890a32efb5fb97 (diff)
downloadmediawikicore-9e5c1e8ac75872d8ac1fcd2808cd0a2a3c3a7aee.tar.gz
mediawikicore-9e5c1e8ac75872d8ac1fcd2808cd0a2a3c3a7aee.zip
Add namespace to IDBAccessObject and DBAccessObjectUtils
Bug: T353458 Change-Id: I23cf7991f8792d4d000d1780463d8ce76dc0aee0
Diffstat (limited to 'includes/user/CentralId')
-rw-r--r--includes/user/CentralId/CentralIdLookup.php2
-rw-r--r--includes/user/CentralId/LocalIdLookup.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/includes/user/CentralId/CentralIdLookup.php b/includes/user/CentralId/CentralIdLookup.php
index 802d5621ed18..371da7cd59db 100644
--- a/includes/user/CentralId/CentralIdLookup.php
+++ b/includes/user/CentralId/CentralIdLookup.php
@@ -22,7 +22,6 @@
namespace MediaWiki\User\CentralId;
-use IDBAccessObject;
use InvalidArgumentException;
use LogicException;
use MediaWiki\MediaWikiServices;
@@ -31,6 +30,7 @@ use MediaWiki\User\UserFactory;
use MediaWiki\User\UserIdentity;
use MediaWiki\User\UserIdentityLookup;
use Throwable;
+use Wikimedia\Rdbms\IDBAccessObject;
/**
* The CentralIdLookup service allows for connecting local users with
diff --git a/includes/user/CentralId/LocalIdLookup.php b/includes/user/CentralId/LocalIdLookup.php
index 16a63dcbe81c..9732046d0b5e 100644
--- a/includes/user/CentralId/LocalIdLookup.php
+++ b/includes/user/CentralId/LocalIdLookup.php
@@ -22,14 +22,14 @@
namespace MediaWiki\User\CentralId;
-use DBAccessObjectUtils;
-use IDBAccessObject;
use MediaWiki\Block\HideUserUtils;
use MediaWiki\Config\Config;
use MediaWiki\MainConfigNames;
use MediaWiki\User\UserIdentity;
use MediaWiki\WikiMap\WikiMap;
+use Wikimedia\Rdbms\DBAccessObjectUtils;
use Wikimedia\Rdbms\IConnectionProvider;
+use Wikimedia\Rdbms\IDBAccessObject;
/**
* A CentralIdLookup provider that just uses local IDs. Useful if the wiki