mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +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:
|
||||
class: phpbb\cron\manager
|
||||
arguments:
|
||||
- '@cron.task_collection'
|
||||
- '@service_container'
|
||||
- '@routing.helper'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
|
|
Loading…
Add table
Reference in a new issue