Skip to content

Commit b9fce0d

Browse files
authored
Fix a typo in webhook-client.php (#216)
1 parent 9d37537 commit b9fce0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webhook-client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
/*
6666
* The integer amount of days after which models should be deleted.
6767
*
68-
* It deletes all records after 1 week. Set to null if no models should be deleted.
68+
* It deletes all records after 30 days. Set to null if no models should be deleted.
6969
*/
7070
'delete_after_days' => 30,
7171

0 commit comments

Comments
 (0)