Commit 662bde85 authored by Phill Sparks's avatar Phill Sparks

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

parents 58638216 bdbdd05b
...@@ -34,7 +34,7 @@ class Request { ...@@ -34,7 +34,7 @@ class Request {
*/ */
public static function uri() public static function uri()
{ {
return URI::get(); return URI::current();
} }
/** /**
......
...@@ -86,6 +86,7 @@ class URI { ...@@ -86,6 +86,7 @@ class URI {
{ {
return substr($uri, strlen($value)); 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