Changed verb to “restore” from “restored”

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2023-11-22 20:08:41 +00:00
parent 534ac5ac53
commit d06cfe6502
5 changed files with 5 additions and 5 deletions
@@ -187,7 +187,7 @@ class ManufacturersController extends Controller
$logaction->item_id = $manufacturer->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/manufacturers/message.restore.success')), 200);
}