We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67bdc38 + 8144f5c commit 3507d71Copy full SHA for 3507d71
src/Resources/config/services/encryption.yaml
@@ -10,13 +10,15 @@ services:
10
public: false
11
tags:
12
- { name: sidus.encryption.adapter }
13
-
+
14
Sidus\EncryptionBundle\Encryption\Rijndael256MCryptEncryptionAdapter:
15
class: Sidus\EncryptionBundle\Encryption\Rijndael256MCryptEncryptionAdapter
16
17
18
19
20
+ Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnablerInterface: '@Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnabler'
21
22
Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnabler:
23
class: Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnabler
24
0 commit comments