We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5c662 commit 6a5e17eCopy full SHA for 6a5e17e
1 file changed
src/Vivait/StringGeneratorBundle/Resources/config/services.yml
@@ -17,4 +17,11 @@ services:
17
18
vivait_generator.generator.secure_bytes:
19
class: Vivait\StringGeneratorBundle\Generator\SecureBytesGenerator
20
- arguments: [@security.secure_random]
+ arguments: [@security.secure_random]
21
+
22
+ vivait_generator.generator.secure_string:
23
+ class: Vivait\StringGeneratorBundle\Generator\SecureStringGenerator
24
+ arguments: [@vivait_generator.randomlib]
25
26
+ vivait_generator.randomlib:
27
+ class: RandomLib\Factory
0 commit comments