mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed admin ID
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e47fc9527b
commit
12a2d8ad49
|
@ -120,7 +120,7 @@ class LogListener
|
|||
$logaction->item_type = User::class;
|
||||
$logaction->action_type = 'merged';
|
||||
$logaction->note = trans('general.merged_log_this_user_into', $to_from_array);
|
||||
$logaction->user_id = $event->merged_to->admin_id;
|
||||
$logaction->user_id = $event->admin->id;
|
||||
$logaction->save();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue