mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/16565] Inject service container
PHPBB3-16565
This commit is contained in:
parent
0daf6ccbcb
commit
76f2305b84
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ services:
|
||||||
cron.manager:
|
cron.manager:
|
||||||
class: phpbb\cron\manager
|
class: phpbb\cron\manager
|
||||||
arguments:
|
arguments:
|
||||||
- '@cron.task_collection'
|
- '@service_container'
|
||||||
- '@routing.helper'
|
- '@routing.helper'
|
||||||
- '%core.root_path%'
|
- '%core.root_path%'
|
||||||
- '%core.php_ext%'
|
- '%core.php_ext%'
|
||||||
|
|
Loading…
Add table
Reference in a new issue