Skip to content

Commit

Permalink
Merge pull request #8 from cleverage/bugfix/fis-missing-service
Browse files Browse the repository at this point in the history
Add missing service declaration
  • Loading branch information
johnkrovitch authored Dec 4, 2020
2 parents 67bdc38 + 8144f5c commit 3507d71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/config/services/encryption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ services:
public: false
tags:
- { name: sidus.encryption.adapter }

Sidus\EncryptionBundle\Encryption\Rijndael256MCryptEncryptionAdapter:
class: Sidus\EncryptionBundle\Encryption\Rijndael256MCryptEncryptionAdapter
public: false
tags:
- { name: sidus.encryption.adapter }

Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnablerInterface: '@Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnabler'

Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnabler:
class: Sidus\EncryptionBundle\Encryption\Enabler\EncryptionEnabler
public: false

0 comments on commit 3507d71

Please sign in to comment.