mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 01:32:15 +00:00
backspace fix
This commit is contained in:
@@ -13,7 +13,7 @@ class FakeRenameFileOrFolderAction
|
||||
public function __invoke(
|
||||
RenameItemRequest $request,
|
||||
string $id,
|
||||
): array|File {
|
||||
): array {
|
||||
// Get item
|
||||
if ($request->input('type') === 'folder') {
|
||||
$item = Folder::where('id', $id)
|
||||
|
||||
Reference in New Issue
Block a user