From 7f06e0f4cd3bc12c20d3ecd5ab2b82c9999ce228 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 18 Jun 2011 10:38:56 -0500 Subject: [PATCH] added request::is. --- system/request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/request.php b/system/request.php index 05f59f2b..a6a9a13d 100644 --- a/system/request.php +++ b/system/request.php @@ -7,7 +7,7 @@ class Request { * * @var string */ - private static $uri; + public static $uri; /** * Get the request URI.