Tweak a few things.

This commit is contained in:
Taylor Otwell
2015-02-22 22:37:16 -06:00
parent cc2139ac91
commit 4c78958b5b
17 changed files with 16 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ use Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers;
class AuthController extends Controller
{
/*
|--------------------------------------------------------------------------
| Registration & Login Controller

View File

@@ -7,6 +7,7 @@ use Illuminate\Foundation\Auth\ResetsPasswords;
class PasswordController extends Controller
{
/*
|--------------------------------------------------------------------------
| Password Reset Controller

View File

@@ -2,6 +2,7 @@
class HomeController extends Controller
{
/*
|--------------------------------------------------------------------------
| Home Controller

View File

@@ -2,6 +2,7 @@
class WelcomeController extends Controller
{
/*
|--------------------------------------------------------------------------
| Welcome Controller