Skip to content

Commit af82db4

Browse files
committed
remove todos
1 parent adc279c commit af82db4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Controllers/ActionMonitoringController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function destroy(int $id)
2020
->where('id', $id)
2121
->delete();
2222

23-
// TODO: Add alert
2423
return to_route('user-monitoring.actions-monitoring');
2524
}
2625
}

src/Controllers/AuthenticationMonitoringController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function destroy(int $id)
2020
->where('id', $id)
2121
->delete();
2222

23-
// TODO: Add alert
2423
return to_route('user-monitoring.authentications-monitoring');
2524
}
2625
}

src/Controllers/VisitMonitoringController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function destroy(int $id)
2020
->where('id', $id)
2121
->delete();
2222

23-
// TODO: Add alert
2423
return to_route('user-monitoring.visits-monitoring');
2524
}
2625
}

0 commit comments

Comments
 (0)