mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 18:00:40 +00:00
latest database backups included into the admin settings
This commit is contained in:
@@ -31,13 +31,15 @@ class TeamFolderInvitation extends Model
|
||||
|
||||
protected $keyType = 'string';
|
||||
|
||||
public function accept() {
|
||||
public function accept()
|
||||
{
|
||||
$this->update([
|
||||
'status' => 'accepted',
|
||||
]);
|
||||
}
|
||||
|
||||
public function reject() {
|
||||
public function reject()
|
||||
{
|
||||
$this->update([
|
||||
'status' => 'rejected',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user