From ca1308ba5f3be0529bf536fcffb62fb61ee1807f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 8 Oct 2015 15:05:08 +0200 Subject: [PATCH] [ticket/14168] Add services_attachment.yml to services.yml PHPBB3-14168 --- phpBB/config/default/container/services.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/config/default/container/services.yml b/phpBB/config/default/container/services.yml index 9bbcdcbd57..49d2f21c43 100644 --- a/phpBB/config/default/container/services.yml +++ b/phpBB/config/default/container/services.yml @@ -1,4 +1,5 @@ imports: + - { resource: services_attachment.yml } - { resource: services_auth.yml } - { resource: services_avatar.yml } - { resource: services_captcha.yml }