Fixed bug resulting in exception on every request.

This commit is contained in:
Abel Hoogeveen 2019-09-17 22:13:56 +02:00
parent cf8315e06b
commit a04293d8b4
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ class URI
private $input;
protected $baseUri;
protected $uriString;
protected $segments;
protected $uriString = '';
protected $segments = [];
public function init()
{