1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-15 05:04:09 +02:00

Merge pull request #6037 from kasimi/ticket/16565

[ticket/16565] Lazy-load cron.task_collection
This commit is contained in:
Marc Alexander
2020-09-19 11:12:41 +02:00
7 changed files with 116 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ services:
cron.manager:
class: phpbb\cron\manager
arguments:
- '@cron.task_collection'
- '@service_container'
- '@routing.helper'
- '%core.root_path%'
- '%core.php_ext%'