Skip to content

Commit

Permalink
Merge pull request #69 from mercuryseries/patch-2
Browse files Browse the repository at this point in the history
Update HomeController.php
  • Loading branch information
mattstauffer committed Aug 7, 2015
2 parents 4fbe1f9 + c714298 commit 875bc28
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,6 @@

class HomeController extends Controller {

/*
|--------------------------------------------------------------------------
| Home Controller
|--------------------------------------------------------------------------
|
| This controller renders your application's "dashboard" for users that
| are authenticated. Of course, you are free to change or remove the
| controller as you wish. It is just here to get your app started!
|
*/

/**
* Create a new controller instance.
*
* @return void
*/
public function __construct()
{
// $this->middleware('auth');
}

/**
* Show the application dashboard to the user.
*
Expand Down

0 comments on commit 875bc28

Please sign in to comment.