Merge branch 'develop' into manifest

This commit is contained in:
Taylor Otwell 2012-02-07 13:33:41 -06:00
commit aa53dc70ce
1 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,16 @@ class URL {
*/
public static $base;
/**
* Get the full URL for the current request.
*
* @return string
*/
public static function current()
{
return static::to(URI::current());
}
/**
* Get the base URL of the application.
*