X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Fsrc%2FEntity%2FNodeRouteProvider.php;h=6ac3ae1c21a4437ddb584019f808e0a2f23d10f9;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0803f1ef14ac7060a1bc63328061f9393d6d143c;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/node/src/Entity/NodeRouteProvider.php b/web/core/modules/node/src/Entity/NodeRouteProvider.php index 0803f1ef1..6ac3ae1c2 100644 --- a/web/core/modules/node/src/Entity/NodeRouteProvider.php +++ b/web/core/modules/node/src/Entity/NodeRouteProvider.php @@ -15,7 +15,7 @@ class NodeRouteProvider implements EntityRouteProviderInterface { /** * {@inheritdoc} */ - public function getRoutes( EntityTypeInterface $entity_type) { + public function getRoutes(EntityTypeInterface $entity_type) { $route_collection = new RouteCollection(); $route = (new Route('/node/{node}')) ->addDefaults([