diff options
Diffstat (limited to 'includes/auth/ThrottlePreAuthenticationProvider.php')
-rw-r--r-- | includes/auth/ThrottlePreAuthenticationProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/auth/ThrottlePreAuthenticationProvider.php b/includes/auth/ThrottlePreAuthenticationProvider.php index b393e6137db4..74ffd79289bd 100644 --- a/includes/auth/ThrottlePreAuthenticationProvider.php +++ b/includes/auth/ThrottlePreAuthenticationProvider.php @@ -21,10 +21,10 @@ namespace MediaWiki\Auth; -use BagOStuff; use MediaWiki\MainConfigNames; use MediaWiki\MediaWikiServices; use MediaWiki\User\User; +use Wikimedia\ObjectCache\BagOStuff; /** * A pre-authentication provider to throttle authentication actions. |