mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
file request api update
This commit is contained in:
@@ -23,10 +23,10 @@ class StoreUploadRequest extends FormRequest
|
||||
public function rules()
|
||||
{
|
||||
return [
|
||||
'email' => 'sometimes|string|nullable',
|
||||
'notes' => 'sometimes|string|nullable',
|
||||
'folder_id' => 'sometimes|string',
|
||||
'name' => 'sometimes|string|nullable',
|
||||
'email' => 'sometimes|email',
|
||||
'notes' => 'sometimes|string',
|
||||
'folder_id' => 'sometimes|uuid',
|
||||
'name' => 'sometimes|string',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user