1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 18:49:52 +02:00

[ticket/11854] Fix migration

PHPBB3-11854
This commit is contained in:
Tristan Darricau
2014-08-09 10:41:56 +02:00
parent a1d5ad8a37
commit 6e4991093a
2 changed files with 7 additions and 6 deletions

View File

@@ -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 }