1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2020-08-23 16:49:44 +02:00
4 changed files with 22 additions and 3 deletions

View File

@@ -12,11 +12,13 @@ services:
- '@user'
- '@auth'
- '@dispatcher'
- '@language'
- '%core.php_ext%'
feed.helper:
class: phpbb\feed\helper
arguments:
- '@auth'
- '@config'
- '@service_container'
- '@path_helper'