Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomahock committed Jan 29, 2024
1 parent 8d112fb commit 9a9567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/RCMController.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function parish(Request $request)
->limit(1)
->get();

if (isset($risk[0])) {
if (!isset($risk[0])) {
abort(404);
}

Expand Down

0 comments on commit 9a9567b

Please sign in to comment.