From 5fe7c87967ff29c4a8f03a9186918d8359f4887e Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: big update --- src/PathSegmentMatch.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/PathSegmentMatch.php (limited to 'src/PathSegmentMatch.php') diff --git a/src/PathSegmentMatch.php b/src/PathSegmentMatch.php new file mode 100644 index 0000000..738b4a5 --- /dev/null +++ b/src/PathSegmentMatch.php @@ -0,0 +1,15 @@ + $parameters */ + public function __construct( + public PathSegment $segment, + public array $parameters, + ) { + } +} -- cgit v1.2.3