aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/GroupBundle/Resources/config/services.yml
blob: 618f7ed74cb22b77e24262f30269b6afb94a8a35 (plain) (blame)
1
2
3
4
5
6
7
8
services:
    sha256salted_encoder:
          class: Wallabag\GroupBundle\Service\Sha256Salted

    wallabag_core.filter.type.entry:
            class: Wallabag\GroupBundle\Form\UserGroupType
            tags:
                - { name: form.type }