mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
demo functions refactoring
This commit is contained in:
@@ -14,7 +14,7 @@ class RestoreTrashContentController extends Controller
|
||||
public function __invoke(
|
||||
Request $request
|
||||
): Response {
|
||||
abort_if(is_demo_account('howdy@hi5ve.digital'), 204, 'Done.');
|
||||
abort_if(is_demo_account(), 204, 'Done.');
|
||||
|
||||
// TODO: zrefaktorovat validator do requestu
|
||||
$validator = Validator::make($request->input('items'), [
|
||||
|
||||
Reference in New Issue
Block a user