1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/16565] Inject service container

PHPBB3-16565
This commit is contained in:
kasimi 2020-08-12 13:03:23 +02:00
parent 0daf6ccbcb
commit 76f2305b84
No known key found for this signature in database
GPG Key ID: 3163AB573241193A

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%'