mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-28 08:10:51 +02:00
Reverted static to self in HiddenFiles
This commit is contained in:
@@ -21,6 +21,6 @@ class HiddenFiles extends Collection
|
||||
$items = array_merge($items, $config->get('app_files'));
|
||||
}
|
||||
|
||||
return new static(array_unique($items));
|
||||
return new self(array_unique($items));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user