Skip to content

Commit

Permalink
Debug in prod :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonhasacat committed Aug 10, 2023
1 parent 3db049a commit f6b520c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Http/Controllers/TrainingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,8 @@ function viewEvals(
if (Facility::find($trainingfac)) {
$trainingfacname = Helper::facShtLng($trainingfac);
} else {
var_dump($trainingfac);
exit;
abort(500);
}
}
Expand Down

0 comments on commit f6b520c

Please sign in to comment.