Commit 02929f7f authored by Phill Sparks's avatar Phill Sparks

Fixed the new URI class

parent d643ec97
......@@ -34,7 +34,7 @@ class Request {
*/
public static function uri()
{
return URI::get();
return URI::current();
}
/**
......
......@@ -86,6 +86,7 @@ class URI {
{
return substr($uri, strlen($value));
}
return $uri;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment