Skip to content

Commit

Permalink
Use home as view.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 25, 2014
1 parent 372a6d4 commit 3c0a1cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct()
*/
public function index()
{
return view('dashboard');
return view('home');
}

}
File renamed without changes.

0 comments on commit 3c0a1cf

Please sign in to comment.