1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/17414] Create abstract base class for captchas

PHPBB-17414
This commit is contained in:
Marc Alexander
2024-10-13 08:53:11 +02:00
parent 2500f722ab
commit 01dd0b168a
3 changed files with 71 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ services:
shared: false
arguments:
- '@config'
- '@dbal.conn'
- '@language'
- '@log'
- '@request'