Skip to content

Commit

Permalink
Some spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 2, 2015
1 parent c9c0380 commit 8909e75
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion app/Console/Commands/Inspire.php
Expand Up @@ -5,7 +5,6 @@

class Inspire extends Command
{

/**
* The console command name.
*
Expand Down
1 change: 0 additions & 1 deletion app/Console/Kernel.php
Expand Up @@ -5,7 +5,6 @@

class Kernel extends ConsoleKernel
{

/**
* The Artisan commands provided by your application.
*
Expand Down
1 change: 0 additions & 1 deletion app/Exceptions/Handler.php
Expand Up @@ -5,7 +5,6 @@

class Handler extends ExceptionHandler
{

/**
* A list of the exception types that should not be reported.
*
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Auth/AuthController.php
Expand Up @@ -7,7 +7,6 @@

class AuthController extends Controller
{

/*
|--------------------------------------------------------------------------
| Registration & Login Controller
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Auth/PasswordController.php
Expand Up @@ -7,7 +7,6 @@

class PasswordController extends Controller
{

/*
|--------------------------------------------------------------------------
| Password Reset Controller
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/HomeController.php
Expand Up @@ -2,7 +2,6 @@

class HomeController extends Controller
{

/*
|--------------------------------------------------------------------------
| Home Controller
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/WelcomeController.php
Expand Up @@ -2,7 +2,6 @@

class WelcomeController extends Controller
{

/*
|--------------------------------------------------------------------------
| Welcome Controller
Expand Down
1 change: 0 additions & 1 deletion app/Http/Kernel.php
Expand Up @@ -4,7 +4,6 @@

class Kernel extends HttpKernel
{

/**
* The application's global HTTP middleware stack.
*
Expand Down
1 change: 0 additions & 1 deletion app/Http/Middleware/Authenticate.php
Expand Up @@ -5,7 +5,6 @@

class Authenticate
{

/**
* The Guard implementation.
*
Expand Down
1 change: 0 additions & 1 deletion app/Http/Middleware/RedirectIfAuthenticated.php
Expand Up @@ -5,7 +5,6 @@

class RedirectIfAuthenticated
{

/**
* The Guard implementation.
*
Expand Down
1 change: 0 additions & 1 deletion app/Http/Middleware/VerifyCsrfToken.php
Expand Up @@ -5,7 +5,6 @@

class VerifyCsrfToken extends BaseVerifier
{

/**
* Handle an incoming request.
*
Expand Down
1 change: 0 additions & 1 deletion app/Providers/AppServiceProvider.php
Expand Up @@ -4,7 +4,6 @@

class AppServiceProvider extends ServiceProvider
{

/**
* Bootstrap any application services.
*
Expand Down
1 change: 0 additions & 1 deletion app/Providers/EventServiceProvider.php
Expand Up @@ -5,7 +5,6 @@

class EventServiceProvider extends ServiceProvider
{

/**
* The event listener mappings for the application.
*
Expand Down
1 change: 0 additions & 1 deletion app/Providers/RouteServiceProvider.php
Expand Up @@ -5,7 +5,6 @@

class RouteServiceProvider extends ServiceProvider
{

/**
* This namespace is applied to the controller routes in your routes file.
*
Expand Down
1 change: 0 additions & 1 deletion app/User.php
Expand Up @@ -8,7 +8,6 @@

class User extends Model implements AuthenticatableContract, CanResetPasswordContract
{

use Authenticatable, CanResetPassword;

/**
Expand Down

0 comments on commit 8909e75

Please sign in to comment.