summaryrefslogtreecommitdiff
path: root/src/Enums/SpecialSegment.php
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commit5fe7c87967ff29c4a8f03a9186918d8359f4887e (patch)
treedfdd4fdc7a4e96266305f82f5846750ab2efabc9 /src/Enums/SpecialSegment.php
parent01eac9658c3bc486d2d42a18557fdb82a536348e (diff)
big update
Diffstat (limited to 'src/Enums/SpecialSegment.php')
-rw-r--r--src/Enums/SpecialSegment.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Enums/SpecialSegment.php b/src/Enums/SpecialSegment.php
deleted file mode 100644
index 6b451c5..0000000
--- a/src/Enums/SpecialSegment.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-namespace Lightscale\Router\Enums;
-
-enum SpecialSegment: string
-{
- case Root = '<root>';
-}