Skip to content
Snippets Groups Projects
Commit 89cea390 authored by Ted Cooper's avatar Ted Cooper
Browse files

Use autowire on GenpassPasswordGenerator.

parent 71d77f37
No related branches found
Tags 2.1.0-alpha1
No related merge requests found
......@@ -7,8 +7,6 @@ services:
genpass.password_generator:
class: Drupal\genpass\GenpassPasswordGenerator
decorates: password_generator
autowire: true
arguments:
- '@genpass.password_generator.inner'
- '@cache.default'
- '@config.factory'
- '@module_handler'
$cache: '@cache.default'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment