Use home as view.
This commit is contained in:
parent
372a6d4907
commit
3c0a1cfb4b
@ -19,7 +19,7 @@ class HomeController extends Controller {
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
return view('dashboard');
|
||||
return view('home');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user