mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
delete items in file request
This commit is contained in:
@@ -634,11 +634,11 @@ if (! function_exists('get_file_type')) {
|
||||
}
|
||||
}
|
||||
|
||||
if (! function_exists('get_thumbnail_file_list')) {
|
||||
if (! function_exists('getThumbnailFileList')) {
|
||||
/**
|
||||
* Get list of image thumbnails
|
||||
*/
|
||||
function get_thumbnail_file_list(string $basename): Collection
|
||||
function getThumbnailFileList(string $basename): Collection
|
||||
{
|
||||
return collect([
|
||||
config('vuefilemanager.image_sizes.later'),
|
||||
|
||||
Reference in New Issue
Block a user