From 41595b2159c3659161654d89a6ea7a1af8dccc17 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 16 Jan 2020 20:33:50 -0700 Subject: [PATCH] Added 'mix-manifest.json' to the APP_FILES array --- app/Providers/FinderProvider.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Providers/FinderProvider.php b/app/Providers/FinderProvider.php index 6bc1a1a..5397e95 100644 --- a/app/Providers/FinderProvider.php +++ b/app/Providers/FinderProvider.php @@ -14,7 +14,9 @@ use Tightenco\Collect\Support\Collection; class FinderProvider { /** @const Application paths to be hidden */ - protected const APP_FILES = ['app', 'node_modules', 'vendor', 'index.php']; + protected const APP_FILES = [ + 'app', 'node_modules', 'vendor', 'mix-manifest.json', 'index.php' + ]; /** @const Array of sort options mapped to their respective methods */ public const SORT_METHODS = [