mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 00:01:00 +08:00
add message to buy torrent success
This commit is contained in:
@@ -623,6 +623,11 @@ class UserRepository extends BaseRepository
|
||||
'claims' => 'uid',
|
||||
'exam_users' => 'uid',
|
||||
'exam_progress' => 'uid',
|
||||
'user_metas' => 'uid',
|
||||
'user_medals' => 'uid',
|
||||
'attendance' => 'uid',
|
||||
'attendance_logs' => 'uid',
|
||||
'login_logs' => 'uid',
|
||||
];
|
||||
foreach ($tables as $table => $key) {
|
||||
\Nexus\Database\NexusDB::table($table)->whereIn($key, $uidArr)->delete();
|
||||
|
||||
Reference in New Issue
Block a user