mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-13 03:43:45 +02:00
Use proper route name instead of using class in route file
This commit is contained in:
@@ -63,5 +63,6 @@ class Kernel extends HttpKernel
|
||||
'can' => \Illuminate\Auth\Middleware\Authorize::class,
|
||||
'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
|
||||
'recaptcha' => \Pterodactyl\Http\Middleware\VerifyReCaptcha::class,
|
||||
'schedule' => \Pterodactyl\Http\Middleware\Server\ScheduleAccess::class,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user