aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services.yml
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-08-08 22:01:51 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-08-08 22:01:51 +0200
commit3f852a3233b2ee51c3fab7dc6d077778fd35e0fd (patch)
tree8d1596774ad6482d325e66cf696a083fb57f13d6 /phpBB/config/default/container/services.yml
parent9cb22f008d5aa335fbb143cdf058a0a3f132f61d (diff)
downloadforums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.tar
forums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.tar.gz
forums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.tar.bz2
forums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.tar.xz
forums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.zip
[ticket/11327] Move UCP remind functionality to a controller for password reset
PHPBB3-11327
Diffstat (limited to 'phpBB/config/default/container/services.yml')
-rw-r--r--phpBB/config/default/container/services.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services.yml b/phpBB/config/default/container/services.yml
index 3ead1e6181..2d4720029d 100644
--- a/phpBB/config/default/container/services.yml
+++ b/phpBB/config/default/container/services.yml
@@ -27,6 +27,7 @@ imports:
- { resource: services_text_formatter.yml }
- { resource: services_text_reparser.yml }
- { resource: services_twig.yml }
+ - { resource: services_ucp.yml }
- { resource: services_user.yml }
- { resource: tables.yml }