diff --git a/app/Http/Controllers/SetupController.php b/app/Http/Controllers/SetupController.php index 65c68089f09c..dece34c8b0c3 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -47,6 +47,8 @@ class SetupController extends Controller $check = SystemHealth::check(); if ($check['system_health'] === false) { + info($check); + return response('Oops, something went wrong. Check your logs.'); /** We should never reach this block, but jic. */ }