Skip to content

Commit f0a3c71

Browse files
committed
npm build
1 parent 7140d09 commit f0a3c71

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)