Skip to content

Commit 5e280f5

Browse files
committed
Apply fixes from StyleCI
1 parent 7386a3b commit 5e280f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ protected function addRouteToGroup(Route $route): void
112112
}
113113
}
114114

115-
116115
protected function getOrCreateGroupItem(string $groupName): NavItem
117116
{
118117
$identifier = Str::slug($groupName);
@@ -129,7 +128,6 @@ protected function createGroupItem(string $identifier, string $groupName): NavIt
129128
return NavItem::dropdown(static::normalizeGroupLabel($label), [], $priority);
130129
}
131130

132-
133131
protected function useSubdirectoriesAsDropdowns(): bool
134132
{
135133
return Config::getString('hyde.navigation.subdirectories', 'hidden') === 'dropdown';

0 commit comments

Comments
 (0)