From 23ff8d36199c0cddb5bae4a5010cb71f861eeef8 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 29 Dec 2015 09:59:46 +0100 Subject: Add custom email for 2FA Related #1490 --- .../UserBundle/DependencyInjection/Configuration.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Wallabag/UserBundle/DependencyInjection/Configuration.php (limited to 'src/Wallabag/UserBundle/DependencyInjection/Configuration.php') diff --git a/src/Wallabag/UserBundle/DependencyInjection/Configuration.php b/src/Wallabag/UserBundle/DependencyInjection/Configuration.php new file mode 100644 index 00000000..4223f8db --- /dev/null +++ b/src/Wallabag/UserBundle/DependencyInjection/Configuration.php @@ -0,0 +1,17 @@ +root('wallabag_user'); + + return $treeBuilder; + } +} -- cgit v1.2.3