|
|
@@ -707,10 +707,10 @@ class Request implements \ArrayAccess {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Get the value of the current requests URL. Will include named parameters and querystring arguments.
|
|
|
+ * Get the value of the current requests URL. Will include querystring arguments.
|
|
|
*
|
|
|
* @param bool $base Include the base path, set to false to trim the base path off.
|
|
|
- * @return string the current request URL including query string args.
|
|
|
+ * @return string The current request URL including query string args.
|
|
|
*/
|
|
|
public function here($base = true) {
|
|
|
$url = $this->here;
|