Skip to content

Commit dae3de7

Browse files
authored
Merge pull request #466 from dbarzin/dev
Dev
2 parents 80f3017 + 362cf8e commit dae3de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Models/Control.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ public static function cleanup(string $startDate, bool $dryRun)
170170

171171
// Remove next_id link
172172
Control::where('next_id', $control->id)->update(['next_id' => null]);
173+
173174
// delete control
174175
$control->delete();
175176
}

0 commit comments

Comments
 (0)