diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-08-09 10:41:56 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-11 01:16:02 +0200 |
| commit | 6e4991093ae8f4ce22cc5bdf8b5bd8dcf42c14f3 (patch) | |
| tree | c6f171f177fc2e2683eceacfe0526f348dd15953 /phpBB/config | |
| parent | a1d5ad8a37144aaa1b5d32b3e61afc895cc60bfb (diff) | |
| download | forums-6e4991093ae8f4ce22cc5bdf8b5bd8dcf42c14f3.tar forums-6e4991093ae8f4ce22cc5bdf8b5bd8dcf42c14f3.tar.gz forums-6e4991093ae8f4ce22cc5bdf8b5bd8dcf42c14f3.tar.bz2 forums-6e4991093ae8f4ce22cc5bdf8b5bd8dcf42c14f3.tar.xz forums-6e4991093ae8f4ce22cc5bdf8b5bd8dcf42c14f3.zip | |
[ticket/11854] Fix migration
PHPBB3-11854
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/captcha.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/config/captcha.yml b/phpBB/config/captcha.yml index 527dba2257..fa40c89045 100644 --- a/phpBB/config/captcha.yml +++ b/phpBB/config/captcha.yml @@ -14,30 +14,30 @@ services: core.captcha.plugins.gd: class: phpbb\captcha\plugins\gd - scope: prototype # scope MUST be prototype for this to work! # scope MUST be prototype for this to work! + scope: prototype # scope MUST be prototype for this to work! tags: - { name: captchas.plugins } core.captcha.plugins.gd_wave: class: phpbb\captcha\plugins\gd_wave - scope: prototype # scope MUST be prototype for this to work! # scope MUST be prototype for this to work! + scope: prototype # scope MUST be prototype for this to work! tags: - { name: captchas.plugins } core.captcha.plugins.nogd: class: phpbb\captcha\plugins\nogd - scope: prototype # scope MUST be prototype for this to work! # scope MUST be prototype for this to work! + scope: prototype # scope MUST be prototype for this to work! tags: - { name: captchas.plugins } core.captcha.plugins.qa: class: phpbb\captcha\plugins\qa - scope: prototype # scope MUST be prototype for this to work! # scope MUST be prototype for this to work! + scope: prototype # scope MUST be prototype for this to work! tags: - { name: captchas.plugins } core.captcha.plugins.recaptcha: class: phpbb\captcha\plugins\recaptcha - scope: prototype # scope MUST be prototype for this to work! # scope MUST be prototype for this to work! + scope: prototype # scope MUST be prototype for this to work! tags: - { name: captchas.plugins } |
