added request::is.

This commit is contained in:
Taylor Otwell 2011-06-18 10:38:56 -05:00
parent 396d148720
commit 7f06e0f4cd
1 changed files with 1 additions and 1 deletions

View File

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