Skip to content

Commit

Permalink
IBX-4722: Rebranded ezplatform.siteaccess.matcher tag (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou authored Jan 10, 2023
1 parent cfb9e6f commit 5a0f2a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
use Symfony\Component\DependencyInjection\Reference;

/**
* The SiteAccessMatcherRegistryPass will register all services tagged as "ezplatform.siteaccess.matcher" to the registry.
* The SiteAccessMatcherRegistryPass will register all services tagged as "ibexa.site_access.matcher" to the registry.
*/
final class SiteAccessMatcherRegistryPass implements CompilerPassInterface
{
public const MATCHER_TAG = 'ezplatform.siteaccess.matcher';
public const MATCHER_TAG = 'ibexa.site_access.matcher';

/**
* @param \Symfony\Component\DependencyInjection\ContainerBuilder $container
Expand Down

0 comments on commit 5a0f2a9

Please sign in to comment.