aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/user.yml
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-30 14:57:19 +0200
committerTristan Darricau <github@nicofuma.fr>2014-11-20 19:00:27 +0100
commitc22562f5cdb3db9482a7c6bc2398ebb12cbcfb8b (patch)
treed1ae777023a9985c42301f3c5d5575b8a18070bb /phpBB/config/user.yml
parent6fa0ca1f96fa75624ab2b4fca8b390568440b3c1 (diff)
downloadforums-c22562f5cdb3db9482a7c6bc2398ebb12cbcfb8b.tar
forums-c22562f5cdb3db9482a7c6bc2398ebb12cbcfb8b.tar.gz
forums-c22562f5cdb3db9482a7c6bc2398ebb12cbcfb8b.tar.bz2
forums-c22562f5cdb3db9482a7c6bc2398ebb12cbcfb8b.tar.xz
forums-c22562f5cdb3db9482a7c6bc2398ebb12cbcfb8b.zip
[ticket/12620] Allow the user to define multiples environments
PHPBB3-12620
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%