Skip to content

Commit d90e366

Browse files
committed
Remove child function inherited by parent
1 parent 43e8d5e commit d90e366

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/framework/src/Framework/Features/Navigation/DropdownNavItem.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,4 @@ public function getItems(): Collection
3939
{
4040
return collect($this->items);
4141
}
42-
43-
private function searchForDropdownPriorityInNavigationConfig(string $groupKey): ?int
44-
{
45-
/** @var array<string, int> $config */
46-
$config = Config::getArray('hyde.navigation.order', [
47-
'index' => 0,
48-
'posts' => 10,
49-
'docs/index' => 100,
50-
]);
51-
52-
return $config[$groupKey] ?? null;
53-
}
5442
}

0 commit comments

Comments
 (0)