diff --git a/config/sites/ep-reisen/config.yaml b/config/sites/ep-reisen/config.yaml index 2ad782ff..b272ca01 100644 --- a/config/sites/ep-reisen/config.yaml +++ b/config/sites/ep-reisen/config.yaml @@ -104,18 +104,18 @@ routeEnhancers: _controller: 'Product::detail' _arguments: product: product - - - routePath: '/detail/{product}/{hotel}' - _controller: 'Product::detail' - _arguments: - product: product - hotel: hotel - routePath: '/detail/{product_uid}/{hotel_uid}' _controller: 'Product::detail' _arguments: product_uid: product hotel_uid: hotel + - + routePath: '/detail/{product}/{hotel}' + _controller: 'Product::detail' + _arguments: + product: product + hotel: hotel - routePath: '/detail/{date_from}/{date_to}' _controller: 'Product::detail'