diff --git a/src/Structures/Page.php b/src/Structures/Page.php index 4b32622d2c..afb23c50ac 100644 --- a/src/Structures/Page.php +++ b/src/Structures/Page.php @@ -66,7 +66,7 @@ public function getBulkAugmentationReferenceKey(): ?string return $this->augmentationReferenceKey = 'Page::'.$entry->getBulkAugmentationReferenceKey(); } - return $this->augmentationReferenceKey = 'Page::'; + return $this->augmentationReferenceKey = 'Page::'.$this->id(); } public function setUrl($url)