1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/13713] Implement avatars

PHPBB3-13713
This commit is contained in:
lavigor
2018-06-01 17:59:31 +03:00
committed by Marc Alexander
parent eec7703d3b
commit a176be4c1d
9 changed files with 82 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ services:
class: phpbb\mention\source\friend
arguments:
- '@dbal.conn'
- '@user_loader'
- '@user'
tags:
- { name: mention.source }
@@ -28,6 +29,7 @@ services:
class: phpbb\mention\source\topic
arguments:
- '@dbal.conn'
- '@user_loader'
tags:
- { name: mention.source }