mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-07 17:08:48 +00:00
Changed verb to “restore” from “restored”
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@ -398,7 +398,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');
|
||||
|
||||
// Redirect them to the deleted page if there are more, otherwise the section index
|
||||
$deleted_users = User::onlyTrashed()->count();
|
||||
|
||||
Reference in New Issue
Block a user