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

Commit

Permalink
empty response const aded
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 20, 2018
1 parent c675877 commit 9f23b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ final class Router
public const REDIRECT = 5;
public const DOWNLOAD = 6;
public const CUSTOM = 7;
public const EMPTY = 8;

public const OPTIONS = 'OPTIONS';
public const HEAD = 'HEAD';
Expand Down

0 comments on commit 9f23b95

Please sign in to comment.