diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-11-10 16:38:19 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-11-10 16:38:19 +0100 |
commit | 798c006e7fe55bc1de30e42a4c25e8c74911c865 (patch) | |
tree | a75ecefdc1c5bcf6ca53885fc91d2a9eb02f2bf0 /phpBB/config | |
parent | 38e1c4ec5d363900285a6a72ee78f4f2e2943bd0 (diff) | |
download | forums-798c006e7fe55bc1de30e42a4c25e8c74911c865.tar forums-798c006e7fe55bc1de30e42a4c25e8c74911c865.tar.gz forums-798c006e7fe55bc1de30e42a4c25e8c74911c865.tar.bz2 forums-798c006e7fe55bc1de30e42a4c25e8c74911c865.tar.xz forums-798c006e7fe55bc1de30e42a4c25e8c74911c865.zip |
[ticket/11152] Convert cron_task_collection to generic di_service_collection
PHPBB3-11152
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index b1aaf1660d..76a7049f19 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -45,7 +45,7 @@ services: - %tables.config% cron.task_collection: - class: phpbb_cron_task_collection + class: phpbb_di_service_collection arguments: - @service_container |