mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -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 = [
|
$params = [
|
||||||
'item' => $log->item,
|
'item' => $log->item,
|
||||||
'filename' => $log->filename,
|
'filename' => $log->filename,
|
||||||
'admin' => $log->user,
|
'admin' => $log->admin,
|
||||||
'location' => ($location) ? $location->name : '',
|
'location' => ($location) ? $location->name : '',
|
||||||
'note' => $note,
|
'note' => $note,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue