Skip to content

Commit 3507d71

Browse files
authored
Merge pull request #8 from cleverage/bugfix/fis-missing-service
Add missing service declaration
2 parents 67bdc38 + 8144f5c commit 3507d71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Resources/config/services/encryption.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ services:
1010
public: false
1111
tags:
1212
- { name: sidus.encryption.adapter }
13-
13+
1414
Sidus\EncryptionBundle\Encryption\Rijndael256MCryptEncryptionAdapter:
1515
class: Sidus\EncryptionBundle\Encryption\Rijndael256MCryptEncryptionAdapter
1616
public: false
1717
tags:
1818
- { name: sidus.encryption.adapter }
1919

20+
Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnablerInterface: '@Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnabler'
21+
2022
Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnabler:
2123
class: Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnabler
2224
public: false

0 commit comments

Comments
 (0)