diff --git a/src/Routing/AllowedLanguagesRouteSubscriber.php b/src/Routing/AllowedLanguagesRouteSubscriber.php index 051595b..b1d3186 100644 --- a/src/Routing/AllowedLanguagesRouteSubscriber.php +++ b/src/Routing/AllowedLanguagesRouteSubscriber.php @@ -26,8 +26,8 @@ protected function alterRoutes(RouteCollection $collection) { * {@inheritdoc} */ public static function getSubscribedEvents() { - // Should run after ContentTranslationRouteSubscriber. Therefore priority -220. - $events[RoutingEvents::ALTER] = ['onAlterRoutes', -220]; + // Should run after ContentTranslationRouteSubscriber. Therefore priority -230. + $events[RoutingEvents::ALTER] = ['onAlterRoutes', -230]; return $events; }