mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
delete items in file request
This commit is contained in:
@@ -13,7 +13,7 @@ class DumpTrashController extends Controller
|
||||
public function __invoke(): Response
|
||||
{
|
||||
abort_if(
|
||||
is_demo_account(auth()->user()->email),
|
||||
is_demo_account(),
|
||||
204,
|
||||
'Done.'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user