mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
Make table wrapper and table options components
This commit is contained in:
@@ -65,7 +65,6 @@ class ShareController extends Controller
|
||||
$share->sendSharedLinkViaEmail($request->emails, $token);
|
||||
}
|
||||
|
||||
|
||||
return $share;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ class ShareResource extends JsonResource
|
||||
'attributes' => [
|
||||
'permission' => $this->permission,
|
||||
'protected' => (int) $this->protected,
|
||||
'email_share'=> $request->has('emails') ? true : false,
|
||||
'item_id' => (int) $this->item_id,
|
||||
'expire_in' => (int) $this->expire_in,
|
||||
'token' => $this->token,
|
||||
|
||||
Reference in New Issue
Block a user