1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

[ticket/12620] Fix rebase (move config file to the right directory)

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-11-07 14:27:00 +01:00
parent 0b61e3540d
commit c98efc53a8
18 changed files with 0 additions and 911 deletions

View File

@@ -0,0 +1,19 @@
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%