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