Skip to content

Commit 4593647

Browse files
committed
Update README.md
1 parent 7149b40 commit 4593647

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,10 @@ If you want to disable some actions like created, you can use the config file:
360360
...
361361

362362
/*
363-
* Monitor actions.
364-
*
365-
* You can set true/false for monitor actions like (store, update, and ...).
363+
* Enable or disable monitoring of specific actions (e.g., store, update, delete).
364+
* Set to true to monitor actions or false to disable.
366365
*/
367-
'on_store' => false,
366+
'on_store' => true,
368367
'on_update' => true,
369368
'on_destroy' => true,
370369
'on_read' => true,

0 commit comments

Comments
 (0)