Skip to content

Commit edf0939

Browse files
committed
MiddleWare !== Middleware
1 parent 0d6994e commit edf0939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class Kernel extends HttpKernel
2929
'auth' => \Pterodactyl\Http\Middleware\Authenticate::class,
3030
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
3131
'guest' => \Pterodactyl\Http\Middleware\RedirectIfAuthenticated::class,
32-
'server' => \Pterodactyl\Http\MiddleWare\CheckServer::class,
33-
'api' => \Pterodactyl\Http\MiddleWare\APIAuthenticate::class,
32+
'server' => \Pterodactyl\Http\Middleware\CheckServer::class,
33+
'api' => \Pterodactyl\Http\Middleware\APIAuthenticate::class,
3434
'admin' => \Pterodactyl\Http\Middleware\AdminAuthenticate::class,
3535
];
3636
}

0 commit comments

Comments
 (0)