mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-22 07:28:05 +01:00
Update AdminController.php
This commit is contained in:
parent
29d914a24b
commit
5acbf1749c
@ -121,6 +121,7 @@ public function SendTestMail(Request $request)
|
||||
|
||||
if ($status == 'vip') {
|
||||
$verify = 'vip';
|
||||
UserData::saveData($id, 'checkmark', true);
|
||||
} elseif ($status == 'user') {
|
||||
$verify = 'user';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user