Use the user as the target

This commit is contained in:
snipe 2020-08-14 14:57:58 -07:00
parent e0f6f9b839
commit 0291323502
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -81,7 +81,7 @@ class CheckinLicensesFromAllUsers extends Command
if ($seat->save()) {
// Log the checkin
$seat->logCheckin($license, 'Checked in via cli tool');
$seat->logCheckin($seat->user, 'Checked in via cli tool');
}