Skip to content

Commit

Permalink
home
Browse files Browse the repository at this point in the history
  • Loading branch information
浩王 authored and 浩王 committed May 31, 2017
1 parent cc85491 commit 8e51b33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ArticlesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ArticlesController extends Controller
*/
public function index()
{
return view('Home');
return view('home');
//
}

Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/CelebritiesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CelebritiesController extends Controller
*/
public function index()
{
return view('Home');
return view('home');
//
}

Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class HomeController extends Controller
*/
public function index()
{
return view('Home');
return view('home');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/TagsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TagsController extends Controller
*/
public function index()
{
return view('Home');
return view('home');
//
}

Expand Down

0 comments on commit 8e51b33

Please sign in to comment.