Skip to content

Commit 596000c

Browse files
authored
Fix prune link in config file
1 parent 67b43e7 commit 596000c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/schedule-monitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Here you can specify the amount of days log items should be kept.
88
*
99
* Use Laravel's pruning command to delete old `MonitoredScheduledTaskLogItem` models.
10-
* More info: https://laravel.com/docs/9.x/eloquent#mass-assignment
10+
* More info: https://laravel.com/docs/11.x/eloquent#pruning-models
1111
*/
1212
'delete_log_items_older_than_days' => 30,
1313

0 commit comments

Comments
 (0)