Use proper route name instead of using class in route file
This commit is contained in:
parent
2f696ddd6e
commit
8bfebf5b32
2 changed files with 5 additions and 6 deletions
|
@ -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,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue