Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 9f23b95

Browse files
committed
empty response const aded
1 parent c675877 commit 9f23b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Router.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ final class Router
3131
public const REDIRECT = 5;
3232
public const DOWNLOAD = 6;
3333
public const CUSTOM = 7;
34+
public const EMPTY = 8;
3435

3536
public const OPTIONS = 'OPTIONS';
3637
public const HEAD = 'HEAD';

0 commit comments

Comments
 (0)