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

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

View File

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

View File

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