mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
delete user medal send notification
This commit is contained in:
@@ -139,6 +139,7 @@ class UserMedalResource extends Resource
|
||||
DeleteAction::make()->using(function (NexusModel $record) {
|
||||
$record->delete();
|
||||
clear_user_cache($record->uid);
|
||||
send_admin_success_notification();
|
||||
})
|
||||
])
|
||||
->toolbarActions([
|
||||
|
||||
Reference in New Issue
Block a user