mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Use admin ID for audit log notification
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5ff72420a6
commit
ac055c01dc
|
@ -189,7 +189,7 @@ trait Loggable
|
|||
$params = [
|
||||
'item' => $log->item,
|
||||
'filename' => $log->filename,
|
||||
'admin' => $log->user,
|
||||
'admin' => $log->admin,
|
||||
'location' => ($location) ? $location->name : '',
|
||||
'note' => $note,
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue