diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-02 21:53:07 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-06-23 09:18:39 +0200 |
commit | b073a0b4efe26b0f1be3239d5b7cfef2fc59202c (patch) | |
tree | efd49455960d842726e197ce83c71d201161fad8 /app | |
parent | f1900b686eb8d7c41a940eede778234ac55086e1 (diff) | |
download | wallabag-b073a0b4efe26b0f1be3239d5b7cfef2fc59202c.tar.gz wallabag-b073a0b4efe26b0f1be3239d5b7cfef2fc59202c.tar.zst wallabag-b073a0b4efe26b0f1be3239d5b7cfef2fc59202c.zip |
Created GroupBundle
Diffstat (limited to 'app')
-rw-r--r-- | app/AppKernel.php | 1 | ||||
-rw-r--r-- | app/config/config.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index c50783a6..b6babf1d 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -40,6 +40,7 @@ class AppKernel extends Kernel | |||
40 | new Wallabag\ImportBundle\WallabagImportBundle(), | 40 | new Wallabag\ImportBundle\WallabagImportBundle(), |
41 | new Wallabag\AnnotationBundle\WallabagAnnotationBundle(), | 41 | new Wallabag\AnnotationBundle\WallabagAnnotationBundle(), |
42 | new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(), | 42 | new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(), |
43 | new Wallabag\GroupBundle\WallabagGroupBundle(), | ||
43 | ]; | 44 | ]; |
44 | 45 | ||
45 | if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { | 46 | if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { |
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%" |