Tweaking a few things.

This commit is contained in:
Taylor Otwell
2015-02-22 21:56:03 -06:00
parent f424b87a63
commit cc2139ac91
16 changed files with 0 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -4,7 +4,6 @@ use Illuminate\Foundation\Http\Kernel as HttpKernel;
class Kernel extends HttpKernel
{
/**
* The application's global HTTP middleware stack.
*

View File

@@ -5,7 +5,6 @@ use Illuminate\Contracts\Auth\Guard;
class Authenticate
{
/**
* The Guard implementation.
*

View File

@@ -6,7 +6,6 @@ use Illuminate\Http\RedirectResponse;
class RedirectIfAuthenticated
{
/**
* The Guard implementation.
*

View File

@@ -5,7 +5,6 @@ use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
{
/**
* Handle an incoming request.
*