MiddleWare !== Middleware
This commit is contained in:
parent
0d6994e90f
commit
edf0939ff3
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ class Kernel extends HttpKernel
|
||||||
'auth' => \Pterodactyl\Http\Middleware\Authenticate::class,
|
'auth' => \Pterodactyl\Http\Middleware\Authenticate::class,
|
||||||
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
|
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
|
||||||
'guest' => \Pterodactyl\Http\Middleware\RedirectIfAuthenticated::class,
|
'guest' => \Pterodactyl\Http\Middleware\RedirectIfAuthenticated::class,
|
||||||
'server' => \Pterodactyl\Http\MiddleWare\CheckServer::class,
|
'server' => \Pterodactyl\Http\Middleware\CheckServer::class,
|
||||||
'api' => \Pterodactyl\Http\MiddleWare\APIAuthenticate::class,
|
'api' => \Pterodactyl\Http\Middleware\APIAuthenticate::class,
|
||||||
'admin' => \Pterodactyl\Http\Middleware\AdminAuthenticate::class,
|
'admin' => \Pterodactyl\Http\Middleware\AdminAuthenticate::class,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue