Url: Remove attribute baseUrl

refs #12133
This commit is contained in:
Noah Hilverling 2016-10-18 16:01:23 +02:00
parent 011bce0909
commit 4e64c02078
1 changed files with 0 additions and 7 deletions

View File

@ -52,13 +52,6 @@ class Url
*/
protected $basePath;
/**
* The baseUrl that will be appended to @see Url::$path
*
* @var string
*/
protected $baseUrl = '';
/**
* The host of the Url
*