url public

This commit is contained in:
Andy Miller
2014-11-09 15:12:44 -07:00
parent 45525af846
commit 210c66de21

View File

@@ -9,6 +9,8 @@ namespace Grav\Common;
*/
class Uri
{
public $url;
protected $base;
protected $root;
protected $bits;
@@ -17,7 +19,6 @@ class Uri
protected $content_path;
protected $path;
protected $paths;
protected $url;
protected $query;
protected $params;