Merge branch 'develop' of http://github.com/laravel/laravel into develop/exception
This commit is contained in:
@@ -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 {
|
|||||||
{
|
{
|
||||||
return substr($uri, strlen($value));
|
return substr($uri, strlen($value));
|
||||||
}
|
}
|
||||||
|
return $uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user