From b073a0b4efe26b0f1be3239d5b7cfef2fc59202c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 2 Nov 2016 21:53:07 +0100 Subject: Created GroupBundle --- app/AppKernel.php | 1 + app/config/config.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'app') 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 new Wallabag\ImportBundle\WallabagImportBundle(), new Wallabag\AnnotationBundle\WallabagAnnotationBundle(), new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(), + new Wallabag\GroupBundle\WallabagGroupBundle(), ]; 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: firewall_name: secured_area user_class: Wallabag\UserBundle\Entity\User group: - group_class: Wallabag\UserBundle\Entity\Group + group_class: Wallabag\GroupBundle\Entity\Group registration: confirmation: enabled: "%fosuser_confirmation%" -- cgit v1.2.3