1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11193] Instantiate a single collection_pass for all collections

PHPBB3-11193
This commit is contained in:
Nils Adermann
2012-11-11 18:39:24 +01:00
parent 69845585a2
commit d2a051cdd4
5 changed files with 17 additions and 16 deletions

View File

@@ -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