added request::is.

This commit is contained in:
Taylor Otwell
2011-06-18 10:38:56 -05:00
parent 396d148720
commit 7f06e0f4cd

View File

@@ -7,7 +7,7 @@ class Request {
*
* @var string
*/
private static $uri;
public static $uri;
/**
* Get the request URI.