Do no log client id when logging user event

This commit is contained in:
David Bomba 2021-05-19 12:53:35 +10:00
parent b8299f7b8e
commit 20dcc05559

View File

@ -74,7 +74,7 @@ class UpdateUserLastLogin implements ShouldQueue
SystemLog::CATEGORY_SECURITY,
SystemLog::EVENT_USER,
SystemLog::TYPE_LOGIN_SUCCESS,
$event->company->clients()->first(),
null,
$event->company,
);