Fixed the new URI class

This commit is contained in:
Phill Sparks
2011-11-15 11:30:34 +00:00
parent d643ec97dc
commit 02929f7fbd
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class Request {
*/
public static function uri()
{
return URI::get();
return URI::current();
}
/**