mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
trash api update
This commit is contained in:
@@ -15,3 +15,11 @@
|
||||
'message' => 'This user action is not allowed.',
|
||||
];
|
||||
}
|
||||
|
||||
function entryNotFoundError(): array
|
||||
{
|
||||
return [
|
||||
'type' => 'error',
|
||||
'message' => "The requested entry wasn't found.",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user