diff options
-rw-r--r-- | library/jsonld/jsonld.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/jsonld/jsonld.php b/library/jsonld/jsonld.php index db4f4ae06..481e0fc5d 100644 --- a/library/jsonld/jsonld.php +++ b/library/jsonld/jsonld.php @@ -5846,10 +5846,10 @@ class UniqueNamer { * @param prefix the prefix to use ('<prefix><counter>'). */ - private $prefix; - private $counter; - private $existing; - private $order; + public $prefix; + public $counter; + public $existing; + public $order; public function __construct($prefix) { $this->prefix = $prefix; |