aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/GroupBundle/Resources/config/services.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/GroupBundle/Resources/config/services.yml')
-rw-r--r--src/Wallabag/GroupBundle/Resources/config/services.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Wallabag/GroupBundle/Resources/config/services.yml b/src/Wallabag/GroupBundle/Resources/config/services.yml
index 76e8427a..618f7ed7 100644
--- a/src/Wallabag/GroupBundle/Resources/config/services.yml
+++ b/src/Wallabag/GroupBundle/Resources/config/services.yml
@@ -1,3 +1,8 @@
1services: 1services:
2 sha256salted_encoder: 2 sha256salted_encoder:
3 class: Strut\StrutBundle\Service\Sha256Salted \ No newline at end of file 3 class: Wallabag\GroupBundle\Service\Sha256Salted
4
5 wallabag_core.filter.type.entry:
6 class: Wallabag\GroupBundle\Form\UserGroupType
7 tags:
8 - { name: form.type } \ No newline at end of file