From f52f3f322bc1fc6350baa8969f0919e13e6fdf63 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 9 Jul 2023 08:29:37 -0400 Subject: [PATCH] Make UniqueNamer->order public to satisfy usage in JsonLdProcessor --- jsonld.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonld.php b/jsonld.php index d49ab6b..a4363e5 100644 --- a/jsonld.php +++ b/jsonld.php @@ -5825,7 +5825,7 @@ class UniqueNamer /** @var stdClass */ private $existing; /** @var array */ - private $order; + public $order; /** * Constructs a new UniqueNamer.