Some spacing.

This commit is contained in:
Taylor Otwell 2015-03-02 15:31:27 -06:00
parent c9c0380b34
commit 8909e75552
15 changed files with 0 additions and 15 deletions

View File

@ -5,7 +5,6 @@
class Inspire extends Command
{
/**
* The console command name.
*

View File

@ -5,7 +5,6 @@
class Kernel extends ConsoleKernel
{
/**
* The Artisan commands provided by your application.
*

View File

@ -5,7 +5,6 @@
class Handler extends ExceptionHandler
{
/**
* A list of the exception types that should not be reported.
*

View File

@ -7,7 +7,6 @@
class AuthController extends Controller
{
/*
|--------------------------------------------------------------------------
| Registration & Login Controller

View File

@ -7,7 +7,6 @@
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 @@
class Kernel extends HttpKernel
{
/**
* The application's global HTTP middleware stack.
*

View File

@ -5,7 +5,6 @@
class Authenticate
{
/**
* The Guard implementation.
*

View File

@ -5,7 +5,6 @@
class RedirectIfAuthenticated
{
/**
* The Guard implementation.
*

View File

@ -5,7 +5,6 @@
class VerifyCsrfToken extends BaseVerifier
{
/**
* Handle an incoming request.
*

View File

@ -4,7 +4,6 @@
class AppServiceProvider extends ServiceProvider
{
/**
* Bootstrap any application services.
*

View File

@ -5,7 +5,6 @@
class EventServiceProvider extends ServiceProvider
{
/**
* The event listener mappings for the application.
*

View File

@ -5,7 +5,6 @@
class RouteServiceProvider extends ServiceProvider
{
/**
* This namespace is applied to the controller routes in your routes file.
*

View File

@ -8,7 +8,6 @@
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
{
use Authenticatable, CanResetPassword;
/**