Use home as view.

This commit is contained in:
Taylor Otwell
2014-11-25 11:38:04 -06:00
parent 372a6d4907
commit 3c0a1cfb4b
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class HomeController extends Controller {
*/
public function index()
{
return view('dashboard');
return view('home');
}
}