Rename auth middlewares.
This commit is contained in:
@@ -5,7 +5,7 @@ use Illuminate\Contracts\Auth\Guard;
|
||||
use Illuminate\Contracts\Routing\Middleware;
|
||||
use Illuminate\Contracts\Routing\ResponseFactory;
|
||||
|
||||
class LoggedIn implements Middleware {
|
||||
class Authenticated implements Middleware {
|
||||
|
||||
/**
|
||||
* The Guard implementation.
|
||||
@@ -4,7 +4,7 @@ use Closure;
|
||||
use Illuminate\Contracts\Auth\Guard;
|
||||
use Illuminate\Contracts\Routing\Middleware;
|
||||
|
||||
class LoggedInWithBasicAuth implements Middleware {
|
||||
class AuthenticatedWithBasicAuth implements Middleware {
|
||||
|
||||
/**
|
||||
* The Guard implementation.
|
||||
Reference in New Issue
Block a user