From d09d053b6ac708f22bf05572933fa9bd28e37e1b Mon Sep 17 00:00:00 2001 From: Matt Young Date: Tue, 15 Jul 2025 11:13:33 -0500 Subject: [PATCH] Tets for BonusScoreController --- app/Http/Controllers/Tabulation/BonusScoreController.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/Tabulation/BonusScoreController.php b/app/Http/Controllers/Tabulation/BonusScoreController.php index 6af9343..826053f 100644 --- a/app/Http/Controllers/Tabulation/BonusScoreController.php +++ b/app/Http/Controllers/Tabulation/BonusScoreController.php @@ -1,5 +1,7 @@ route('bonus-scores.entryBonusScoreSheet', ['entry_id' => $entry->id])->with('error', 'Error entering score - '.$ex->getMessage());