Skip to content

Commit

Permalink
Restructure view matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Sep 17, 2020
1 parent 13f007e commit 2a9b365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundle/Resources/config/services/view.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
public: false

netgen.ezplatform_site.ngcontent_view.matcher_factory:
class: Netgen\Bundle\EzPlatformSiteApiBundle\Matcher\MatcherFactory
class: Netgen\Bundle\EzPlatformSiteApiBundle\View\Matcher\MatcherFactory
arguments:
- '@?eZ\Bundle\EzPublishCoreBundle\Matcher\ViewMatcherRegistry'
- '@ezpublish.api.repository'
Expand All @@ -79,7 +79,7 @@ services:
public: false

netgen.ezplatform_site.ngcontent_view.default_matcher_factory:
class: Netgen\Bundle\EzPlatformSiteApiBundle\Matcher\MatcherFactory
class: Netgen\Bundle\EzPlatformSiteApiBundle\View\Matcher\MatcherFactory
arguments:
- '@?eZ\Bundle\EzPublishCoreBundle\Matcher\ViewMatcherRegistry'
- '@ezpublish.api.repository'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Netgen\Bundle\EzPlatformSiteApiBundle\Matcher;
namespace Netgen\Bundle\EzPlatformSiteApiBundle\View\Matcher;

use eZ\Bundle\EzPublishCoreBundle\Matcher\ViewMatcherRegistry;
use eZ\Publish\API\Repository\Repository;
Expand Down

0 comments on commit 2a9b365

Please sign in to comment.