mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
Make table wrapper and table options components
This commit is contained in:
@@ -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