Merge branch 'develop' into manifest
This commit is contained in:
@@ -9,6 +9,16 @@ class URL {
|
|||||||
*/
|
*/
|
||||||
public static $base;
|
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.
|
* Get the base URL of the application.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user