Changed verb to “restore” from “restored”
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -704,7 +704,7 @@ class UsersController extends Controller
|
||||
$logaction->item_id = $user->id;
|
||||
$logaction->created_at = date('Y-m-d H:i:s');
|
||||
$logaction->user_id = Auth::user()->id;
|
||||
$logaction->logaction('restored');
|
||||
$logaction->logaction('restore');
|
||||
|
||||
return response()->json(Helper::formatStandardApiResponse('success', trans('admin/users/message.restore.success')), 200);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user