ApiFancyCaptchaReload: Mark as internal

Change-Id: I3477f762309ff6e276afee0c38d731cb05ed8ed6
This commit is contained in:
Reedy 2024-01-15 17:22:47 +00:00
parent 041d827799
commit b2b1fd4c98

View file

@ -22,9 +22,12 @@ class ApiFancyCaptchaReload extends ApiBase {
return true;
}
/**
* @inheritDoc
*/
/** @inheritDoc */
public function isInternal() {
return true;
}
/** @inheritDoc */
public function getAllowedParams() {
return [];
}