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

[ticket/15253] Use path from adapter

PHPBB3-15253
This commit is contained in:
Rubén Calvo
2017-06-25 15:08:40 +02:00
parent 334b44057d
commit 0d14c85630
3 changed files with 20 additions and 52 deletions

View File

@@ -2,8 +2,10 @@ services:
storage.adapter.avatar:
class: phpbb\storage\adapter\local
arguments:
- '@config'
- '@filesystem'
- '%core.root_path%'
- 'avatar_path'
storage.avatar:
class: phpbb\storage\storage
arguments: