Skip to content

Commit 5817099

Browse files
committed
IRouter::SECURED is deprecated
1 parent 321e314 commit 5817099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/IRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface IRouter
1818
/** only matching route */
1919
const ONE_WAY = 0b0001;
2020

21-
/** HTTPS route */
21+
/** @deprecated */
2222
const SECURED = 0b0010;
2323

2424
/**

0 commit comments

Comments
 (0)