diff --git a/src/Structures/Nav.php b/src/Structures/Nav.php index da840d64ad..ef997fcf3c 100644 --- a/src/Structures/Nav.php +++ b/src/Structures/Nav.php @@ -71,7 +71,7 @@ public function collections($collections = null) ->getter(function ($collections) { return collect($collections)->map(function ($collection) { return Collection::findByHandle($collection); - }); + })->filter(); }) ->args(func_get_args()); }