aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-11-11 18:39:24 +0100
committerNils Adermann <naderman@naderman.de>2012-11-11 18:39:24 +0100
commitd2a051cdd4269fd5749bdd4e7619fc5176a510a8 (patch)
treeb4d9b386dbf57ba59486043f1838edd49cb2d621 /phpBB/config
parent69845585a2bc6720e6c512227f436782c7bf5d29 (diff)
downloadforums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.tar
forums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.tar.gz
forums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.tar.bz2
forums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.tar.xz
forums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.zip
[ticket/11193] Instantiate a single collection_pass for all collections
PHPBB3-11193
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index 42bb473e66..20aa0546d5 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -48,6 +48,8 @@ services:
class: phpbb_di_service_collection
arguments:
- @service_container
+ tags:
+ - { name: service_collection, tag: cron.task }
cron.manager:
class: phpbb_cron_manager