Use the user as the target
This commit is contained in:
parent
e0f6f9b839
commit
0291323502
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue