Refactor system logger to enable multidb
This commit is contained in:
parent
52c3d63349
commit
49b3cab7d7
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ class LoginController extends BaseController
|
|||
->batch();
|
||||
|
||||
SystemLogger::dispatch(
|
||||
json_encode(['id' => request()->getClientIp()]),
|
||||
json_encode(['ip' => request()->getClientIp()]),
|
||||
SystemLog::CATEGORY_SECURITY,
|
||||
SystemLog::EVENT_USER,
|
||||
SystemLog::TYPE_LOGIN_FAILURE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue