Skip to content

Commit

Permalink
Changed default siteaccess parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Feb 1, 2022
1 parent e2d3bf6 commit a86a1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Initializer/BehatSiteAccessInitializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
final class BehatSiteAccessInitializer implements EventSubscriberInterface
{
private const EZPLATFORM_SITEACCESS_ENV_VAR = 'EZPLATFORM_SITEACCESS';
private const DEFAULT_SITEACCESS_PARAMETER = 'ezpublish.siteaccess.default';
private const DEFAULT_SITEACCESS_PARAMETER = 'ibexa.site_access.default';
private const EVENT_DISPATCHER_SERVICE_ID = 'event_dispatcher';

/** @var \Symfony\Component\HttpKernel\KernelInterface */
Expand Down

0 comments on commit a86a1e0

Please sign in to comment.