mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
HCaptchaAuthenticationRequest: Use namespaced CaptchaAuthenticationRequest
Change-Id: Idda9e6962e1236db344eda561a0ba8120468e380 Follows-Up: I3fa9747e0ea970c5de39e2da8603e1bba9388a69
This commit is contained in:
parent
9892d43725
commit
b1c0c0f6af
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue