Skip to content

Commit 15e7945

Browse files
committed
"Butter is butter."
1 parent 3df383d commit 15e7945

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/CommandPalette/Palette.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ protected function buildFields(): self
5656
->flatMap(fn ($collection) => $collection->entryBlueprintCommandPaletteLinks())
5757
->each(fn (Link $link) => $this->addCommand($link));
5858

59-
Facades\Nav::all()
60-
->map(fn ($nav) => $nav->blueprintCommandPaletteLink())
61-
->each(fn (Link $link) => $this->addCommand($link));
62-
6359
Facades\Taxonomy::all()
6460
->flatMap(fn ($taxonomy) => $taxonomy->termBlueprintCommandPaletteLinks())
6561
->each(fn (Link $link) => $this->addCommand($link));
6662

63+
Facades\Nav::all()
64+
->map(fn ($nav) => $nav->blueprintCommandPaletteLink())
65+
->each(fn (Link $link) => $this->addCommand($link));
66+
6767
Facades\AssetContainer::all()
6868
->map(fn ($container) => $container->blueprintCommandPaletteLink())
6969
->each(fn (Link $link) => $this->addCommand($link));

0 commit comments

Comments
 (0)