Skip to content

Commit

Permalink
Update middleware reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 10, 2014
1 parent a98c0d6 commit e02e345
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
39 changes: 0 additions & 39 deletions app/Http/Middleware/AuthenticatedWithBasicAuth.php

This file was deleted.

2 changes: 1 addition & 1 deletion app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class RouteServiceProvider extends ServiceProvider {
*/
protected $middleware = [
'auth' => 'App\Http\Middleware\Authenticated',
'auth.basic' => 'App\Http\Middleware\AuthenticatedWithBasicAuth',
'auth.basic' => 'Illuminate\Auth\Middleware\AuthenticatedWithBasicAuth',
'guest' => 'App\Http\Middleware\IsGuest',
];

Expand Down

0 comments on commit e02e345

Please sign in to comment.