Auditionadmin 68 #85

Merged
okorpheus merged 11 commits from auditionadmin-68 into master 2024-10-31 17:22:49 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit db6f1b1d45 - Show all commits

View File

@ -31,7 +31,6 @@ class ScoreController extends Controller
}
$score->delete();
// TODO clear scoring cache when a score is deleted
return redirect()->back()->with('success', 'Score Deleted');
}