mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-20 12:51:30 +02:00
Added 'mix-manifest.json' to the APP_FILES array
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user