Skip to content

Commit 6ef72d9

Browse files
committed
remove unrelated comment
1 parent fe2a622 commit 6ef72d9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/Http/Controllers/PoliciesController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function getCurrentPolicies(): PoliciesCollection {
2626
public function getMissingPolicies(Request $request): PoliciesCollection {
2727
$now = CarbonImmutable::now();
2828

29-
// This works based on the assumption that the active policy has the highest id given that id is AUTO_INCREMENT
3029
$activePolicyIds = Policy::where('active_from', '<=', $now)
3130
->selectRaw('MAX(id) as id')
3231
->groupBy('policy_type')

0 commit comments

Comments
 (0)