Remove double check in index()
This commit is contained in:
parent
3df91f15e2
commit
8de7b6b92b
1 changed files with 0 additions and 2 deletions
|
|
@ -39,8 +39,6 @@ class SetupController extends Controller
|
|||
return redirect('/');
|
||||
}
|
||||
|
||||
$check = SystemHealth::check();
|
||||
|
||||
return view('setup.index', ['check' => $check]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue