added request::is.
This commit is contained in:
parent
396d148720
commit
7f06e0f4cd
|
@ -7,7 +7,7 @@ class Request {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private static $uri;
|
public static $uri;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the request URI.
|
* Get the request URI.
|
||||||
|
|
Loading…
Reference in New Issue