File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ));
You can’t perform that action at this time.
0 commit comments