mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Use the user as the target
This commit is contained in:
parent
e0f6f9b839
commit
0291323502
|
@ -81,7 +81,7 @@ class CheckinLicensesFromAllUsers extends Command
|
||||||
|
|
||||||
if ($seat->save()) {
|
if ($seat->save()) {
|
||||||
// Log the checkin
|
// Log the checkin
|
||||||
$seat->logCheckin($license, 'Checked in via cli tool');
|
$seat->logCheckin($seat->user, 'Checked in via cli tool');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue