Skip to content

Commit

Permalink
Use the user as the target
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Aug 14, 2020
1 parent e0f6f9b commit 0291323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/CheckinLicensesFromAllUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function handle()

if ($seat->save()) {
// Log the checkin
$seat->logCheckin($license, 'Checked in via cli tool');
$seat->logCheckin($seat->user, 'Checked in via cli tool');
}


Expand Down

0 comments on commit 0291323

Please sign in to comment.