Skip to content

Commit 9579d01

Browse files
Remove duplicate comments
1 parent 03695a0 commit 9579d01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ProcessMaker/Console/Commands/EvaluateCaseRetention.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public function handle()
4444
$systemCategoryIds = ProcessCategory::where('is_system', true)->pluck('id');
4545

4646
// Exclude processes that are templates or in system categories
47-
// Processes without retention_period will default to one_year
4847
$jobCount = 0;
4948
$query = Process::where('is_template', '!=', 1);
5049

@@ -62,7 +61,6 @@ public function handle()
6261
});
6362
}
6463

65-
// Processes without retention_period will default to one_year
6664
$query->chunkById(100, function ($processes) use (&$jobCount) {
6765
foreach ($processes as $process) {
6866
dispatch(new EvaluateProcessRetentionJob($process->id));

0 commit comments

Comments
 (0)