From 89f4e12f855b5a0d4bccb0a6cfb3dbeae6166ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Mon, 24 Jul 2017 02:30:44 +0200 Subject: [PATCH] [ticket/15276] Add service to collection PHPBB3-15276 --- phpBB/config/default/container/services_storage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/config/default/container/services_storage.yml b/phpBB/config/default/container/services_storage.yml index 618c1d6c16..6cb0aa20cf 100644 --- a/phpBB/config/default/container/services_storage.yml +++ b/phpBB/config/default/container/services_storage.yml @@ -6,6 +6,8 @@ services: arguments: - '@storage.adapter.factory' - 'avatar' + tags: + - { name: storage } # Factory storage.adapter.factory: