Commit 3c0a1cfb authored by Taylor Otwell's avatar Taylor Otwell

Use home as view.

parent 372a6d49
...@@ -19,7 +19,7 @@ class HomeController extends Controller { ...@@ -19,7 +19,7 @@ class HomeController extends Controller {
*/ */
public function index() public function index()
{ {
return view('dashboard'); return view('home');
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment