aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/config/services.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/config/services.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/config/services.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml
index 5437d1cf..c734a3a5 100644
--- a/src/Wallabag/CoreBundle/Resources/config/services.yml
+++ b/src/Wallabag/CoreBundle/Resources/config/services.yml
@@ -20,6 +20,7 @@ services:
20 class: Wallabag\CoreBundle\Helper\DetectActiveTheme 20 class: Wallabag\CoreBundle\Helper\DetectActiveTheme
21 arguments: 21 arguments:
22 - @security.context 22 - @security.context
23 - %theme% # default theme from parameters.yml
23 24
24 wallabag_core.form.type.config: 25 wallabag_core.form.type.config:
25 class: Wallabag\CoreBundle\Form\Type\ConfigType 26 class: Wallabag\CoreBundle\Form\Type\ConfigType