aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-24 12:24:35 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-24 12:24:35 -0500
commit5d1afb453211d42a8deacb66684c136385918192 (patch)
treedec14540ed07ca03bf223738aee405e4b604cd99 /phpBB/config
parent44a82dd0837a4693b6a4a410c21c438f244094d3 (diff)
downloadforums-5d1afb453211d42a8deacb66684c136385918192.tar
forums-5d1afb453211d42a8deacb66684c136385918192.tar.gz
forums-5d1afb453211d42a8deacb66684c136385918192.tar.bz2
forums-5d1afb453211d42a8deacb66684c136385918192.tar.xz
forums-5d1afb453211d42a8deacb66684c136385918192.zip
[ticket/11628] Remove phpbb_style (move methods to phpbb_template)
PHPBB3-11628
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index 7acc44f24d..d0753322da 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -98,7 +98,7 @@ services:
arguments:
- @user
- @service_container
- - @style
+ - @template
cron.task_collection:
class: phpbb_di_service_collection
@@ -251,15 +251,6 @@ services:
request:
class: phpbb_request
- style:
- class: phpbb_style
- arguments:
- - %core.root_path%
- - %core.php_ext%
- - @config
- - @user
- - @template
-
template:
class: phpbb_template_twig
arguments: