Remove double check in index()

This commit is contained in:
Benjamin Beganović 2020-06-30 14:38:24 +02:00
parent 3df91f15e2
commit 8de7b6b92b

View File

@ -39,8 +39,6 @@ class SetupController extends Controller
return redirect('/');
}
$check = SystemHealth::check();
return view('setup.index', ['check' => $check]);
}