File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 /*
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 ],
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 */
8888 */
8989 'action_monitoring ' => [
9090 'table ' => 'actions_monitoring ' ,
91+
9192 /*
9293 * Monitor actions.
9394 *
You can’t perform that action at this time.
0 commit comments