Merge branch 'develop' of http://github.com/laravel/laravel into develop/exception

This commit is contained in:
Phill Sparks
2011-11-15 12:53:48 +00:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class Request {
*/
public static function uri()
{
return URI::get();
return URI::current();
}
/**
+1
View File
@@ -86,6 +86,7 @@ class URI {
{
return substr($uri, strlen($value));
}
return $uri;
}
/**