diff options
Diffstat (limited to 'src/Enums/SpecialSegment.php')
| -rw-r--r-- | src/Enums/SpecialSegment.php | 10 |
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>'; -} |
