From 6a653035ee5676aa38dd364f064e5e07bc6f1970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Wed, 13 Jan 2016 15:14:23 +0100 Subject: [PATCH] Add missing TagsServiceAwareInterface to MultipleValued --- Matcher/Tag/MultipleValued.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Matcher/Tag/MultipleValued.php b/Matcher/Tag/MultipleValued.php index ccf9bdb0..d184f502 100644 --- a/Matcher/Tag/MultipleValued.php +++ b/Matcher/Tag/MultipleValued.php @@ -5,8 +5,9 @@ use eZ\Publish\Core\Helper\TranslationHelper; use eZ\Publish\Core\MVC\Symfony\Matcher\ViewMatcherInterface; use Netgen\TagsBundle\TagsServiceAwareTrait; +use Netgen\TagsBundle\TagsServiceAwareInterface; -abstract class MultipleValued implements ViewMatcherInterface +abstract class MultipleValued implements ViewMatcherInterface, TagsServiceAwareInterface { use TagsServiceAwareTrait;