Skip to content

Commit

Permalink
Add missing TagsServiceAwareInterface to MultipleValued
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jan 13, 2016
1 parent 0281ff1 commit 6a65303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Matcher/Tag/MultipleValued.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6a65303

Please sign in to comment.