aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index c1579cfb57..9337fb0a5b 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -8,6 +8,11 @@ imports:
- { resource: auth_providers.yml }
services:
+ acl.permissions:
+ class: phpbb_permissions
+ arguments:
+ - @dispatcher
+
auth:
class: phpbb_auth