@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | interface Router |
6 | 6 | { |
7 | - public static function match(string $url, string $method = Http::GET): ?Route; |
|
8 | - public static function getFallback(): ?Route; |
|
9 | - public static function getPageRoute(string $url): Route; |
|
7 | + public static function match(string $url, string $method = Http::GET): ?Route; |
|
8 | + public static function getFallback(): ?Route; |
|
9 | + public static function getPageRoute(string $url): Route; |
|
10 | 10 | } |
11 | 11 | \ No newline at end of file |