Skip to content

Commit

Permalink
Merge pull request #113 from pelmered/patch-1
Browse files Browse the repository at this point in the history
Fix prune link in config file comment
  • Loading branch information
freekmurze authored Jul 29, 2024
2 parents 67b43e7 + 596000c commit d240ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/schedule-monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Here you can specify the amount of days log items should be kept.
*
* Use Laravel's pruning command to delete old `MonitoredScheduledTaskLogItem` models.
* More info: https://laravel.com/docs/9.x/eloquent#mass-assignment
* More info: https://laravel.com/docs/11.x/eloquent#pruning-models
*/
'delete_log_items_older_than_days' => 30,

Expand Down

0 comments on commit d240ab3

Please sign in to comment.