Skip to content

Commit 69c16f4

Browse files
committed
[Routing] Remove unused properties from the Route annotation
1 parent 257b70a commit 69c16f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Annotation/Route.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ class Route
3131
private $methods = [];
3232
private $schemes = [];
3333
private $condition;
34-
private $locale;
35-
private $format;
36-
private $utf8;
3734

3835
/**
3936
* @param array $data An array of key/value parameters

0 commit comments

Comments
 (0)