diff --git a/src/Block.php b/src/Block.php index 43ea75d..1e5f376 100644 --- a/src/Block.php +++ b/src/Block.php @@ -527,8 +527,8 @@ public function settings(): Collection 'category' => $this->category, 'icon' => $this->getIcon(), 'keywords' => $this->keywords, - 'parent' => $this->parent ?: null, - 'ancestor' => $this->ancestor ?: null, + 'parent' => $this->parent, + 'ancestor' => $this->ancestor, 'post_types' => $this->post_types, 'mode' => $this->mode, 'align' => $this->align,