Skip to content
Snippets Groups Projects

Issue #3196892: [2.x] CaptchaImageResponse should be a Service Class

+ 4
0
@@ -8,3 +8,7 @@ services:
captcha.helper:
class: Drupal\captcha\Service\CaptchaService
arguments: ['@module_handler']
image.captcha:
class: Drupal\image_captcha\Response\CaptchaImageResponse
arguments: ['@file_system']
Loading