diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:33 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:33 +0100 |
| commit | 3ccbdb7afd95972fbfdb797601acaedd467663a4 (patch) | |
| tree | 6e6a8e021f42e82cfb63c64f2c3759d8bcdcbaf3 /src/RouteDefinition.php | |
| parent | 7d76684ad6cd0182545489d7ed54ae9823d94ffa (diff) | |
testing of the full group routes
Diffstat (limited to 'src/RouteDefinition.php')
| -rw-r--r-- | src/RouteDefinition.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/RouteDefinition.php b/src/RouteDefinition.php index 6890151..860c918 100644 --- a/src/RouteDefinition.php +++ b/src/RouteDefinition.php @@ -30,4 +30,9 @@ class RouteDefinition return $this; } + + public function getRoute(): Route + { + return $this->route; + } } |
