Make UniqueNamer->order public to satisfy usage in JsonLdProcessor #4
|
@ -5825,7 +5825,7 @@ class UniqueNamer
|
||||||
/** @var stdClass */
|
/** @var stdClass */
|
||||||
private $existing;
|
private $existing;
|
||||||
/** @var array */
|
/** @var array */
|
||||||
private $order;
|
public $order;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a new UniqueNamer.
|
* Constructs a new UniqueNamer.
|
||||||
|
|
Loading…
Reference in a new issue