Added 'mix-manifest.json' to the APP_FILES array

This commit is contained in:
Chris Kankiewicz
2020-01-16 20:33:50 -07:00
parent 5800136e58
commit 41595b2159

View File

@@ -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 = [