Skip to content

Commit 5047306

Browse files
authored
Update user-monitoring.php
1 parent 9f2f673 commit 5047306

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

config/user-monitoring.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/*
1414
* User properties.
1515
*
16-
* You can customize the user guard, table, foreign key, and ... .
16+
* You can customize the user guard, table, foreign key, and ...
1717
*/
1818
'user' => [
1919
/*
@@ -39,12 +39,12 @@
3939
/*
4040
* If you are using uuid or ulid you can change it for the type of foreign_key.
4141
*
42-
* When you are using ulid or uuid, you need to add related traits into the models.
42+
* When using ulid or uuid, you need to add related traits into the models.
4343
*/
4444
'foreign_key_type' => 'id', // uuid, ulid, id
4545

4646
/*
47-
* If you want to display custom username, you can create your own attribute in User and change this value.
47+
* If you want to display a custom username, you can create your attribute in User and change this value.
4848
*/
4949
'display_attribute' => 'name',
5050
],
@@ -76,7 +76,7 @@
7676

7777
/*
7878
* If you want to delete visit rows after some days, you can change this to 360 for example,
79-
* but you don't like to delete rows you can change it to 0.
79+
* but if you don't like to delete rows you can change it to 0.
8080
*
8181
* For this feature you need Task-Scheduling => https://laravel.com/docs/10.x/scheduling
8282
*/
@@ -88,6 +88,7 @@
8888
*/
8989
'action_monitoring' => [
9090
'table' => 'actions_monitoring',
91+
9192
/*
9293
* Monitor actions.
9394
*

0 commit comments

Comments
 (0)