update index method in BerandaController to return beranda-admin view
This commit is contained in:
parent
28df69a7d4
commit
a4ea7e26ef
|
|
@ -10,6 +10,6 @@ class BerandaController extends Controller
|
|||
public function index()
|
||||
{
|
||||
|
||||
return view('admin.beranda-pemilik');
|
||||
return view('admin.beranda-admin');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue