Skip to content

Commit

Permalink
Fixes typo.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 3, 2015
1 parent bdb73a4 commit 7e6e027
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Http/Middleware/Authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Authenticate
protected $auth;

/**
* Create a new filter instance.
* Create a new middleware instance.
*
* @param \Illuminate\Contracts\Auth\Guard $auth
*/
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Middleware/RedirectIfAuthenticated.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class RedirectIfAuthenticated
protected $auth;

/**
* Create a new filter instance.
* Create a new middleware instance.
*
* @param \Illuminate\Contracts\Auth\Guard $auth
*/
Expand Down
2 changes: 1 addition & 1 deletion app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RouteServiceProvider extends ServiceProvider
protected $namespace = 'App\Http\Controllers';

/**
* Define your route model bindings, pattern filters, etc.
* Define your route model bindings, etc.
*
* @param \Illuminate\Routing\Router $router
*
Expand Down

0 comments on commit 7e6e027

Please sign in to comment.