From f31d37520bab9a5b41619b18254c1f34baf23e85 Mon Sep 17 00:00:00 2001 From: Christopher Di Carlo Date: Thu, 29 Mar 2018 07:12:22 -0400 Subject: [PATCH] Fixes #1992 --- resources/views/header.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 616d42a9ca56..eb5944da2af8 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -392,7 +392,7 @@ @endif @endforeach @if ( ! Utils::isNinjaProd()) - @foreach (Module::all() as $module) + @foreach (Module::collections() as $module) @include('partials.navigation_option', [ 'option' => $module->getAlias(), 'icon' => $module->get('icon', 'th-large'),