mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[master] Fix master phing sniff
This commit is contained in:
parent
bd7e95b8b8
commit
d5dab4def9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class recaptcha_v3 extends captcha_abstract
|
|||
const RECAPTCHA_CN = 'recaptcha.google.cn';
|
||||
|
||||
/** @var string[] List of supported domains */
|
||||
static public $supported_domains = [
|
||||
public static $supported_domains = [
|
||||
self::GOOGLE,
|
||||
self::RECAPTCHA,
|
||||
self::RECAPTCHA_CN
|
||||
|
|
Loading…
Add table
Reference in a new issue