mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
ApiFancyCaptchaReload: Mark as internal
Change-Id: I3477f762309ff6e276afee0c38d731cb05ed8ed6
This commit is contained in:
parent
041d827799
commit
b2b1fd4c98
|
@ -22,9 +22,12 @@ class ApiFancyCaptchaReload extends ApiBase {
|
|||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
/** @inheritDoc */
|
||||
public function isInternal() {
|
||||
return true;
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
public function getAllowedParams() {
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue