backup add feature: upload to google drive

This commit is contained in:
xiaomlove
2021-05-11 01:41:58 +08:00
parent 3e4471f533
commit fa57e78c74
8 changed files with 26 additions and 13 deletions
+1
View File
@@ -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);