aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-02 21:53:07 +0100
committerThomas Citharel <tcit@tcit.fr>2017-06-23 09:18:39 +0200
commitb073a0b4efe26b0f1be3239d5b7cfef2fc59202c (patch)
treeefd49455960d842726e197ce83c71d201161fad8 /app/config/config.yml
parentf1900b686eb8d7c41a940eede778234ac55086e1 (diff)
downloadwallabag-b073a0b4efe26b0f1be3239d5b7cfef2fc59202c.tar.gz
wallabag-b073a0b4efe26b0f1be3239d5b7cfef2fc59202c.tar.zst
wallabag-b073a0b4efe26b0f1be3239d5b7cfef2fc59202c.zip
Created GroupBundle
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index f1d93aaa..883626fd 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -179,7 +179,7 @@ fos_user:
179 firewall_name: secured_area 179 firewall_name: secured_area
180 user_class: Wallabag\UserBundle\Entity\User 180 user_class: Wallabag\UserBundle\Entity\User
181 group: 181 group:
182 group_class: Wallabag\UserBundle\Entity\Group 182 group_class: Wallabag\GroupBundle\Entity\Group
183 registration: 183 registration:
184 confirmation: 184 confirmation:
185 enabled: "%fosuser_confirmation%" 185 enabled: "%fosuser_confirmation%"