mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +00:00
backend update
This commit is contained in:
@@ -26,7 +26,7 @@ class UpdateShareRequest extends FormRequest
|
||||
{
|
||||
return [
|
||||
'protected' => 'required|boolean',
|
||||
'permission' => 'required|string',
|
||||
'permission' => 'nullable|string',
|
||||
'password' => 'string',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user