Merge pull request #5747 from turbo124/v5-develop
Do not log client id when logging user event
This commit is contained in:
commit
3a0ff99f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue