Skip to content

Commit

Permalink
[BUGFIX] Fix autowiring of SfRegisterAdapter to prevent a DI error
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed Aug 28, 2024
1 parent a920d8a commit 7706d2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Configuration/Services.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
_defaults:
autowire: false
autowire: true
autoconfigure: false
public: false

Expand All @@ -10,9 +10,6 @@ services:

Evoweb\Recaptcha\Adapter\SfRegisterAdapter:
public: true
arguments:
$captchaService: '@Evoweb\Recaptcha\Services\CaptchaService'
$session: '@Evoweb\SfRegister\Services\Session'

Evoweb\Recaptcha\Adapter\TypoScriptAdapter:
public: true
Expand Down

0 comments on commit 7706d2c

Please sign in to comment.