We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72bd8e commit a115954Copy full SHA for a115954
config/user-monitoring.php
@@ -132,6 +132,11 @@
132
* Configuration settings for authentication monitoring.
133
*/
134
'authentication_monitoring' => [
135
+ /*
136
+ * The table name.
137
+ */
138
+ 'table' => 'authentications_monitoring',
139
+
140
/*
141
* If enabled, authentication records will be deleted when the associated user is deleted.
142
0 commit comments