HCaptchaAuthenticationRequest: Use namespaced CaptchaAuthenticationRequest

Change-Id: Idda9e6962e1236db344eda561a0ba8120468e380
Follows-Up: I3fa9747e0ea970c5de39e2da8603e1bba9388a69
This commit is contained in:
Reedy 2022-08-07 21:02:45 +01:00
parent 9892d43725
commit b1c0c0f6af

View file

@ -2,8 +2,8 @@
namespace MediaWiki\Extension\ConfirmEdit\hCaptcha;
use CaptchaAuthenticationRequest;
use MediaWiki\Auth\AuthenticationRequest;
use MediaWiki\Extension\ConfirmEdit\Auth\CaptchaAuthenticationRequest;
class HCaptchaAuthenticationRequest extends CaptchaAuthenticationRequest {
public function __construct() {