diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-07-16 20:11:58 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-07-16 20:11:58 +0200 |
commit | 792c730f15ef61d444dcdbcee91831ec89366a88 (patch) | |
tree | 2a7250cfb71f7ec3ec0884982c1a95e529cb253c | |
parent | 1891e24ea6f5b8d5944535479182e70119b2979f (diff) | |
download | forums-792c730f15ef61d444dcdbcee91831ec89366a88.tar forums-792c730f15ef61d444dcdbcee91831ec89366a88.tar.gz forums-792c730f15ef61d444dcdbcee91831ec89366a88.tar.bz2 forums-792c730f15ef61d444dcdbcee91831ec89366a88.tar.xz forums-792c730f15ef61d444dcdbcee91831ec89366a88.zip |
[ticket/10931] Add phpbb_php_ini as a service.
PHPBB3-10931
-rw-r--r-- | phpBB/config/services.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index c1579cfb57..6d30a154e2 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -239,6 +239,9 @@ services: - %tables.notifications% - %tables.user_notifications% + php_ini: + class: phpbb_php_ini + request: class: phpbb_request |