mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:48:51 +08:00
backup add feature: upload to google drive
This commit is contained in:
@@ -199,6 +199,7 @@ if ($type == 'invite')
|
||||
'valid' => \App\Models\Invite::VALID_NO,
|
||||
'invitee_register_uid' => $id,
|
||||
'invitee_register_email' => $email,
|
||||
'invitee_register_username' => $wantusername,
|
||||
];
|
||||
\App\Models\Invite::query()->where('id', $inv['id'])->update($update);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user