diff options
Diffstat (limited to 'includes/user/BotPasswordStore.php')
-rw-r--r-- | includes/user/BotPasswordStore.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/user/BotPasswordStore.php b/includes/user/BotPasswordStore.php index a968ba104f8c..5c29907a9008 100644 --- a/includes/user/BotPasswordStore.php +++ b/includes/user/BotPasswordStore.php @@ -22,13 +22,12 @@ namespace MediaWiki\User; -use BotPassword; -use CentralIdLookup; use DBAccessObjectUtils; use FormatJson; use IDBAccessObject; use MediaWiki\Config\ServiceOptions; use MediaWiki\MainConfigNames; +use MediaWiki\User\CentralId\CentralIdLookup; use MWCryptRand; use MWRestrictions; use Password; |