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

Merge branch 'develop-ascraeus' into develop

This commit is contained in:
Joas Schilling
2014-11-22 15:43:33 +01:00
7 changed files with 155 additions and 63 deletions

View File

@@ -104,6 +104,9 @@ services:
filesystem:
class: phpbb\filesystem
file_downloader:
class: phpbb\file_downloader
http_kernel:
class: Symfony\Component\HttpKernel\HttpKernel
arguments:
@@ -194,4 +197,5 @@ services:
arguments:
- @cache
- @config
- @file_downloader
- @user