aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/user.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/user.yml')
-rw-r--r--phpBB/config/user.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/phpBB/config/user.yml b/phpBB/config/user.yml
deleted file mode 100644
index 1ca853ea45..0000000000
--- a/phpBB/config/user.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-services:
- acl.permissions:
- class: phpbb\permissions
- arguments:
- - @dispatcher
- - @user
-
- user:
- class: phpbb\user
- arguments:
- - %datetime.class%
-
- user_loader:
- class: phpbb\user_loader
- arguments:
- - @dbal.conn
- - %core.root_path%
- - %core.php_ext%
- - %tables.users%