delete items in file request

This commit is contained in:
Čarodej
2022-02-23 10:05:09 +01:00
parent fdfb5f57d7
commit aef715e061
11 changed files with 331 additions and 30 deletions

View File

@@ -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'),