mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Refactor system logger to enable multidb
This commit is contained in:
parent
52c3d63349
commit
49b3cab7d7
@ -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…
Reference in New Issue
Block a user