mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
Create share record popup changes
This commit is contained in:
@@ -61,7 +61,7 @@ class ShareController extends Controller
|
||||
$share->update([
|
||||
'permission' => $request->input('permission'),
|
||||
'is_protected' => $request->input('protected'),
|
||||
'expire_in' => $request->input('expiration'),
|
||||
'expire_in' => $request->input('expiration') ?? null,
|
||||
'password' => $request->input('password')
|
||||
? bcrypt($request->input('password'))
|
||||
: $share->password,
|
||||
|
||||
Reference in New Issue
Block a user