mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-23 17:05:21 +00:00
Changed verb to “restore” from “restored”
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@ -260,7 +260,7 @@ class AssetModelsController extends Controller
|
||||
$logaction->item_id = $model->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
|
||||
|
||||
Reference in New Issue
Block a user