Skip to content

Commit f95a84c

Browse files
committed
Output where a route redirects to when using the specified endpoint
1 parent d78ab09 commit f95a84c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Entity/Core/Route.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class Route
7979
#[Groups(['Route:redirect:read'])]
8080
private string $name;
8181

82+
#[Groups(['Route:redirect:read'])]
8283
private ?Route $redirect = null;
8384

8485
#[Groups(['Route:redirect:read'])]

0 commit comments

Comments
 (0)