mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Remove double check in index()
This commit is contained in:
parent
3df91f15e2
commit
8de7b6b92b
@ -39,8 +39,6 @@ class SetupController extends Controller
|
||||
return redirect('/');
|
||||
}
|
||||
|
||||
$check = SystemHealth::check();
|
||||
|
||||
return view('setup.index', ['check' => $check]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user